mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Issues with Waliki in an Ubuntu Virtual Environment #130

Open miketorrence opened 7 years ago

miketorrence commented 7 years ago

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')