This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients amaury.forgeotdarc, brian.curtin, techtonik
Date 2011-01-07.18:59:28
SpamBayes Score 1.1543561e-07
Marked as misclassified No
Message-id <1294426770.45.0.611356155402.issue10854@psf.upfronthosting.co.za>
In-reply-to
Content
I see. But depends.exe dependency walker somehow finds the exact code that is failing, so there should be a way to do extra investigation in case of error.

py2exe has a custom .dll loader that bypasses LoadLibrary(Ex) calls from that I can see at  http://py2exe.svn.sourceforge.net/viewvc/py2exe/trunk/py2exe/source/

Even if this code can't be used as a replacement for LoadLibrary calls - it can be very useful for troubleshooting problems in case of missing dependencies. It will also help when embedding python or developing extensions.
History
Date User Action Args
2011-01-07 18:59:30techtoniksetrecipients: + techtonik, amaury.forgeotdarc, brian.curtin
2011-01-07 18:59:30techtoniksetmessageid: <1294426770.45.0.611356155402.issue10854@psf.upfronthosting.co.za>
2011-01-07 18:59:28techtoniklinkissue10854 messages
2011-01-07 18:59:28techtonikcreate