On Fri, 07 Aug 2009 11:45:14 +0200, Krzysztof Jakubczyk <[email protected]>
wrote:
> Hi,
> I have a following problem - I am using python2.4 with pyInstaller and 
> it adds MSVCP60.dll to my binary distribution, this crashes my 
> application. How can I find out why this dll is included?

Try running bindepend.py *.dll in your one-dir dist directory, and see if
you can find which other DLL brings it in.
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com

--~--~---------~--~----~------------~-------~--~----~
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