Hi Florian, is it possible that py26win branch was broken by Python 2.6.5? Importing .pyd files (compiled by myself through distutils) from within a packaged executable fails with a "DLL load failed" error. It looks related to this patch:
http://svn.python.org/view/python/trunk/Lib/distutils/msvc9compiler.py?r1=76651&r2=76650&pathrev=76651 that was added in 2.6.5. I believe it now fails because we don't use Python.exe but our own .exe, which does not have a manifest. Does any of this make sense to you? (PS: and how MS managed to recreate the DLL hell after the problem had eventually settled down? :) ) -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
