Re: [Python.NET] Importin­g .NET assembly with "." ­(dot) in the name

2013-04-30 Thread Mikhail Karmyshev
search for > namespaces as per the argument to Accord. So, you shouldn't import the dll > name. If the assembly defines the namespace: > > namespace AccordImaging > { > ... > > Then, you should: > > import AccordImaging > > After you AddReferenc

[Python.NET] Importing .NET assembly with "." (dot) in the name

2013-04-30 Thread Mikhail Karmyshev
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. But for "Accord.Imaging.dll" - AddReference is OK, but import fails: >>> import Accord.Imaging Traceback (