Re: django can't access site-packages when inside fastcgi on dreamhost

2009-10-29 Thread Jacob Fenwick
Wow, I added the lxml library to sys.path in dispatch.fcgi and it worked! Which piece of software do you think needed the path that wasn't able to access it? Thanks for giving me the idea Preston. Jacob On Thu, Oct 29, 2009 at 9:14 PM, Jacob Fenwick wrote: > On Thu, Oct 29, 2009 at 1:47 PM, Pr

Re: django can't access site-packages when inside fastcgi on dreamhost

2009-10-29 Thread Jacob Fenwick
On Thu, Oct 29, 2009 at 1:47 PM, Preston Holmes wrote: > > > > On Oct 27, 9:07 pm, Jacob Fenwick wrote: > > Wow, big surprise that someone else is having shared hosting issues with > > dreamhost eh? > > > > I'm importing a library I installed in site-packages in a module in a > django > > app. W

Re: django can't access site-packages when inside fastcgi on dreamhost

2009-10-29 Thread Preston Holmes
On Oct 27, 9:07 pm, Jacob Fenwick wrote: > Wow, big surprise that someone else is having shared hosting issues with > dreamhost eh? > > I'm importing a library I installed in site-packages in a module in a django > app. When I call this django project, it returns with the error: > > ImportError

django can't access site-packages when inside fastcgi on dreamhost

2009-10-27 Thread Jacob Fenwick
Wow, big surprise that someone else is having shared hosting issues with dreamhost eh? I'm importing a library I installed in site-packages in a module in a django app. When I call this django project, it returns with the error: ImportError: No module named lxml The django project is hosted on t