Re: Cannot import a module when deployed in Apache WSGI

2010-06-17 Thread Graham Dumpleton
On Jun 17, 6:28 pm, Dmitry Dulepov wrote: > Hi! > > Radhakrishna wrote: > > 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

Re: Cannot import a module when deployed in Apache WSGI

2010-06-17 Thread Dmitry Dulepov
Hi! Radhakrishna wrote: > 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 > able to find it. I can import it from command line and

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