Message125682
| 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:30 | techtonik | set | recipients: + techtonik, amaury.forgeotdarc, brian.curtin |
| 2011-01-07 18:59:30 | techtonik | set | messageid: <1294426770.45.0.611356155402.issue10854@psf.upfronthosting.co.za> |
| 2011-01-07 18:59:28 | techtonik | link | issue10854 messages |
| 2011-01-07 18:59:28 | techtonik | create | |