Mikhail Karmyshev
2013-04-30 02:15:47 UTC
Hello,
Sorry for possibly dumb question, but is it possible to import an assembly with "." (dot) in the name ?
Without dot, for example "SlimDX.dll" - AddReference works and import works too.
File "<stdin>", line 1, in <module>
ImportError: No module named Accord
Is there a workaround for this or am I doing something wrong?
Any help appreciated.
Mikhail
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet
Sorry for possibly dumb question, but is it possible to import an assembly with "." (dot) in the name ?
Without dot, for example "SlimDX.dll" - AddReference works and import works too.
import Accord.Imaging
Traceback (most recent call last):File "<stdin>", line 1, in <module>
ImportError: No module named Accord
Is there a workaround for this or am I doing something wrong?
Any help appreciated.
Mikhail
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet