Re: Cannot import a module when deployed in Apache WSGI

2010-06-17 Thread Radhakrishna Bhat
Any py gurus? On Wed, Jun 16, 2010 at 8:42 PM, Radhakrishna wrote: > This may be very silly, but I cant figure out the problem. Everything > seems to be in place. > I have deployed my django project to Apache using mod_wsgi. In urls.py > I am mapping "gateway/" to gateway.p

Cannot import a module when deployed in Apache WSGI

2010-06-16 Thread Radhakrishna
This may be very silly, but I cant figure out the problem. Everything seems to be in place. I have deployed my django project to Apache using mod_wsgi. In urls.py I am mapping "gateway/" to gateway.py which imports 'pyamf' module. The problem is, even though pyamf module is in python path, its not