I'm back...
I profiled my program on the 'virgin' win7 machine, and got in part:
LoadLibraryExA("c:\users\lynn\desktop\python27.dll", 0x0000000000000000,
LOAD_WITH_ALTERED_SEARCH_PATH) called from "AOMDSP.EXE" at address
0x000000013F482E0A.
LoadLibraryExA("c:\users\lynn\desktop\python27.dll", 0x0000000000000000,
LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL. Error: The specified module could
not be found (126).
The program is still running fine at this point, but I don't understand why it
is searching the current directory for a file included in the build.
When I try to plot I get:
LoadLibraryA("mk2_mc3.dll") called from "MK2_CORE.DLL" at address
0x000000000440251D.
LoadLibraryA("mk2_mc3.dll") returned NULL. Error: The specified module could
not be found (126).
LoadLibraryA("mk2_def.dll") called from "MK2_CORE.DLL" at address
0x00000000044026F6.
LoadLibraryA("mk2_def.dll") returned NULL. Error: The specified module could
not be found (126).
LoadLibraryA("1033/mkl_msg.dll") called from "MK2_CORE.DLL" at address
0x00000000044067C7.
LoadLibraryA("1033/mkl_msg.dll") returned NULL. Error: The specified module
could not be found (126).
Exited "AOMDSP.EXE" (process 0x294) with code 1 (0x1).
mk2_core.dll is part of the Intel Math Kernel Library.
--
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.