Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change order for running script by .sh #112 (NOTICE) #113

Merged
merged 1 commit into from Apr 6, 2015
Merged

Change order for running script by .sh #112 (NOTICE) #113

merged 1 commit into from Apr 6, 2015

Conversation

skrzypek
Copy link
Contributor

Fixed ImportError: No module named ajax_select #112

jakubnowak@MBP-Jakub:example (develop) $ ./install.sh 
New python executable in AJAXSELECTS/bin/python
Installing setuptools, pip...done.
Installing latest django:
Downloading/unpacking django
  Downloading Django-1.7.7-py2.py3-none-any.whl (7.4MB): 7.4MB downloaded
Installing collected packages: django
Successfully installed django
Cleaning up...
Creating a sqllite database:
Traceback (most recent call last):
  File "./manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
    utility.execute()
  File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute
    django.setup()
  File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/__init__.py", line 21, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
    app_config = AppConfig.create(entry)
  File "/Users/jakubnowak/Desktop/repo/django-ajax-selects/example/AJAXSELECTS/lib/python2.7/site-packages/django/apps/config.py", line 87, in create
    module = import_module(entry)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named ajax_select

Fixed `ImportError: No module named ajax_select` #112
crucialfelix added a commit that referenced this pull request Apr 6, 2015
Change order for running script by .sh #112 (NOTICE)
@crucialfelix crucialfelix merged commit 8a43891 into crucialfelix:develop Apr 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants