Re: Running Django on DreamHost

2009-03-12 Thread nagraj rao
Hi Shantanoo I've gone thru the same link for getting the Django up at the server. The only difference being i've installed the FLUP module instead of usign fcgi.py. The whole site is working perfect along with the MySql DB that i have on the server. My only problem is the lxml issue that i'm enco

Re: Running Django on DreamHost

2009-03-12 Thread Shantanoo Mahajan (शंतनू महाजन)
Try http://wiki.dreamhost.com/index.php/Django This worked for me. Make sure you copy your sqlite db also (if you are using sqlite). regards, shantanoo On 12-Mar-09, at 5:33 PM, nagraj wrote: > > Hi > > I'm trying to run Django from Apache using FastCGI in a shared hosting > environment on D

Running Django on DreamHost

2009-03-12 Thread nagraj
Hi I'm trying to run Django from Apache using FastCGI in a shared hosting environment on DH. I've installed python 2.5.2 onto my home environment. And all the necessary libraries including lxml, flup, etc. I'm facing a strange issue with lxml, which occurs only when it is used from the webreques