[Python.NET] error: ImportError: dynamic module does not define init
function (initASSEMBLYNAME)
Leonard :paniq: Ritter
paniq at gmx.net
Wed Jan 14 05:27:31 EST 2004
when loading a mixed managed c++ library that i use as .net wrapper for my object model, i get
>>> import QuenceNET
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: dynamic module does not define init function (initQuenceNET)
does anyone have specific background information on that error and how i can avoid it?
there is no problem using the assembly in .net. i was trying to import the library after changing to the directory where the dll is located.
-- Leonard Ritter
-- paniq at gmx.net
-- http://www.quence.com
-- http://www.paniq.de
More information about the PythonDotNet
mailing list