Avi Mitrani
2013-07-14 09:46:28 UTC
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
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