[Python.NET] Problem while importing lxml.html

Avi Mitrani avi.m at racana.com
Sun Jul 14 11:46:28 CEST 2013


Hi,

 

I have a module that works perfectly when I use the Python interpreter.

 

When I try to import it from c# using PythonDotNet, it fails on the line
"import lxml.html".

the error message is: "Object reference not set to an instance of an
object".

 

"import lxml" works OK, but "import lxml.html" fails! - What can I do to
correct this?

 

Please help!

 

Avi

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20130714/78a290fc/attachment.html>


More information about the PythonDotNet mailing list