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