Re: WSGI help required. Getting a 'No module named myFirstProject.wsgi' error.

2012-06-25 Thread Harvey
Hi My code looks like this...see below. fails on last line. i.e. runfastcgi(method="threaded", daemonize="false") Python Code is run from this path /home1/harveywe/www/dj/testProject/mySite.fcgi environments PYTHONPATH=/home1/harveywe/.local/lib/python2.6/site-packages:/home1/harveywe/ PATH

Re: WSGI help required. Getting a 'No module named myFirstProject.wsgi' error.

2012-05-29 Thread Marcin Tustin
Maybe you should actually show us the code, and tell us about your environment. On Tue, May 29, 2012 at 10:12 PM, Harvey wrote: > Setting up django for the first time > > Any ideas what i need to look at to get this error to go away. Not > used "wsgi" before? > > > ~/www/django/mySite.fcgi > > Tr

WSGI help required. Getting a 'No module named myFirstProject.wsgi' error.

2012-05-29 Thread Harvey
Setting up django for the first time Any ideas what i need to look at to get this error to go away. Not used "wsgi" before? ~/www/django/mySite.fcgi Traceback (most recent call last): File "./mySite.fcgi", line 19, in runfastcgi(method="threaded", daemonize="false") File "/home1/harvey