Hi,

I have a project that has several Boost.Python modules built on Windows using VS2010. These modules depend on the MSVC100* dlls. PyInstaller (current develop branch, dir mode) is not packaging these dlls. It does package the MSVC90* dlls that python27.dll depends on.

Running utils/bindepend.py on the modules does find the dependencies on the MSVC100* dlls. I don't see anything obvious in the debug output when running PyInstaller.

This project was working with a previous development build of PyInstaller but I'm not sure when this error started happening.

Is there a way I can make PyInstaller package these dlls?

Glenn

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to