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 encountering.
On googling I could find some results which I did apply onto the
.bash_profile. Still the results are same.

Also somebody had stated that the lxml/libxml2/libxslt installation might be
broken. But in that case I believe the same import statement (*from lxml
import etree*) should not have worked on the python console on the same
server (using same instance of python). Thus I'm slightly confused with it.

Thanks a lot for the help anyways.

N

On Thu, Mar 12, 2009 at 7:16 PM, "Shantanoo Mahajan (शंतनू महाजन)" <
shanta...@gmail.com> wrote:

>
> 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 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 webrequests. I'm getting the following error:
> >
> > Exception Type:       ImportError
> > Exception Value:      /home/gameg/opt/lib/python2.5/site-packages/
> > lxml-2.1.3-py2.5-linux-x86_64.egg/lxml/etree.so: undefined symbol:
> > xmlSchematronSetValidStructuredErrors
> >
> > it basically comes when i'm trying to do this in my Django views.py
> > from lxml import etree
> >
> > But the same is running perfectly well in my python console. Even with
> > the following command it works well
> > python -c "from lxml import etree"
> >
> > I've almost checked every installation and library paths.. not able to
> > figure out what exactly would be the issue.
> >
> > Please help.
> > Nagraj.
> >
> > >
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to