Hi florian,

Look this interesting thing:

In [40]:
imp.load_module('matplotlib._path',a,"C:\\...\\Manager\\",('.pyd','rb',3))
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

C:\..\Manager\<ipython console> in <module>()

ImportError: DLL load failed: Le module spÚcifiÚ est introuvable.

In [41]: a,b,c = imp.find_module('matplotlib._path')

In [42]: imp.load_module('test',a,b,c)
Out[42]: <module 'matplotlib._path' from 'matplotlib._path.pyd'>

I think there is definitively something wrong with imp.laod_module.
I'll try to patch iu.py to use find_module, and will keep you updated.

Cheers,
Laurent

--

You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.


Reply via email to