You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my code working in my local development environment (Windows 7) using Python 3.4 (virtualenv). When I deploy my code to Ubuntu (python 3.4 virtualenv), as soon as I add waliki to the INSTALLED_APPS, I get:
$ python manage.py migrate
Illegal instruction
If I remove all waliki items from INSTALLED_APPS, everything is cool. I'm using 0.7.
When I use python -m I get:
<class 'AttributeError'>: 'module' object has no attribute 'path')
The text was updated successfully, but these errors were encountered:
I have my code working in my local development environment (Windows 7) using Python 3.4 (virtualenv). When I deploy my code to Ubuntu (python 3.4 virtualenv), as soon as I add waliki to the INSTALLED_APPS, I get:
$ python manage.py migrate
Illegal instruction
If I remove all waliki items from INSTALLED_APPS, everything is cool. I'm using 0.7.
When I use python -m I get:
<class 'AttributeError'>: 'module' object has no attribute 'path')
The text was updated successfully, but these errors were encountered: