Re: [Mailman-Developers] no module named django

2017-12-18 Thread Simon Hanna
Replying back to the list :-) > #virtualenv?0?2 = /srv/django/mailman/env since you managed to install postorius and get it running, you either installed it systemwide which would work with it commented out, or you actually created a virtualenv in which case you should know where the location of

Re: [Mailman-Developers] no module named django

2017-12-17 Thread Simon Hanna
On 12/17/2017 10:59 AM, 孙志勇 wrote: Hi, when I init uwsgi, I find a problem "importerror no module named django". I install postorius following installation in http://postorius.readthedocs.io/en/latest/setup.html, and visit http://192.168.1.96:8001 it workes well after run: $ sudo python manag

[Mailman-Developers] no module named django

2017-12-17 Thread ??????
Hi, when I init uwsgi, I find a problem "importerror no module named django". I install postorius following installation in http://postorius.readthedocs.io/en/latest/setup.html, and visit http://192.168.1.96:8001 it workes well after run: $ sudo python manage.py runserver 0.0.0.0:8001. Do not