You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Waliki
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.
Mike Torrence
unread,
Dec 22, 2016, 2:29:46 PM12/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Waliki
When I use python -m I get:
<class 'AttributeError'>: 'module' object has no attribute '__path__')