Message125665
| Author | brian.curtin |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, techtonik |
| Date | 2011-01-07.17:47:07 |
| SpamBayes Score | 1.8714474e-11 |
| Marked as misclassified | No |
| Message-id | <1294422428.54.0.93340687464.issue10854@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See _PyImport_GetDynLoadFunc in Python/dynload_win.c -- that's where this is happening. > Why Python can't get information about the reason .DLL is not loaded? Windows does not provide it in the case you are speaking of. If I call LoadLibraryEx for techtonik.pyd, either it succeeds because everything is there, or it fails because something is not there. We get no information about dependency hierarchies failing to load. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-07 17:47:08 | brian.curtin | set | recipients: + brian.curtin, amaury.forgeotdarc, techtonik |
| 2011-01-07 17:47:08 | brian.curtin | set | messageid: <1294422428.54.0.93340687464.issue10854@psf.upfronthosting.co.za> |
| 2011-01-07 17:47:07 | brian.curtin | link | issue10854 messages |
| 2011-01-07 17:47:07 | brian.curtin | create | |