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
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet