Re: Apache/mod_wsgi woes

2009-11-19 Thread Brandon Taylor
Well, for whatever reason, my setup is working again after updating to Fusion 3. I'm not sure if something within Fusion got hosed, but I doubt it, since I was seeing the same behavior on two different Macs, one at home, one at the office. After a clean install of Ubuntu 9.1, Apache2 and mod_wsgi,

Re: Apache/mod_wsgi woes

2009-11-19 Thread Brandon Taylor
Hi Andy, Thanks for the reply. The Ubuntu instance only has one Python installed - 2.6.4. I thought it might be a problem related to that as well. This has been a really, really frustrating problem! Even setting up a new VM from scratch and re-installing everything hasn't solved this issue. I can

Re: Apache/mod_wsgi woes

2009-11-19 Thread Andy McKay
On 09-11-19 6:40 AM, Brandon Taylor wrote: > ImproperlyConfigured: ImportError filebrowser: No module named > filebrowser > > I can start python from the command line, and import filebrowser, > django, or any of my other modules without errors. You could be using a different python. If you instal

Apache/mod_wsgi woes

2009-11-19 Thread Brandon Taylor
Hi everyone, I'm developing on Ubuntu 9.1 in a VM Ware Fusion instance on OS X, 10.5.8. I have apache2-mpm-worker and mod_wsgi installed through aptitude. I have Django 1.1.1 installed in /usr/local/lib/python2.6/dist- packages. My django project is in: /home/btaylor/django_projects/cit My .wsg