I've got console output from three different machines now, and the error looks 
the same except for the exact name of one of the missing files:

1. mk2_mc3.dll, mk2_def.dll 
2. mk2_mc.dll,  mk2_def.dll
3. mk2_avx.dll, mk2_def.dll

One machine had another non-fatal error: "Error activating the context"

I've copied the entire output for that one below.

Q:\utilities\aomDSP>aomDSP_debug.exe
_MEIPASS2 is NULL
archivename is Q:\utilities\aomDSP\aomDSP_deb
ug.exe
Extracting binaries
Executing self as child with Setting up to run child
Creating child process
Waiting for child process to finish...
_MEIPASS2 is C:/Users/root/AppData/Local/Temp/_MEI30962/
archivename is Q:\utilities\aomDSP\aomDSP_deb
ug.exe
Already in the child - running!
manifestpath: C:/Users/root/AppData/Local/Temp/_MEI30962/aomDSP_debug.exe.manife
st
Error activating the context
C:/Users/root/AppData/Local/Temp/_MEI30962/python27.dll
Manipulating evironment
PYTHONPATH=C:/Users/root/AppData/Local/Temp/_MEI30962;Q:/utilities/aomDSP
PYTHONHOME=C:/Users/root/AppData/Local/Temp/_MEI30962/
importing modules from CArchive
extracted iu
extracted struct
extracted archive
Installing import hooks
out00-PYZ.pyz
Running scripts
2012-09-24 19:26:57,232 INFO Axe-O-Matic DSP 1.0.4 started *********************
************************

RtMidiIn::initialize: no MIDI input devices currently available.

*** mk2_mc.dll *** failed with error 126: The specified module could not be foun
d.
*** mk2_def.dll *** failed with error 126: The specified module could not be fou
nd.
MKL FATAL ERROR: Cannot load neither mk2_mc.dll nor mk2_def.dll
Back to parent...
Freeing status for Q:\utilities\aomDSP\aomDSP_debug.exe

> I emailed earlier about my program crashing with "This Application has 
> requested the runtime to terminate in an unusual way..."  Although I haven't 
> been able to repro that exact error message, I did find what is likely the 
> same error:
> 
> I did a totally clean install of Win 7 and ran a debug version of the program 
> there.  This is what is displays when I try to plot:
> 
> *** mk2_mc3.dll *** failed with error 126: The specified module could not be 
> found.
> *** mk2_def.dll *** failed with error 126: The specified module could not be 
> found.
> MKL FATAL ERROR: Cannot load neither mk2_mc3.dll nor mk2_def.dll
> Back to parent...
> Freeing status for C:\Users\lynn\Desktop\aomDSP_debug.exe
> 
> I created a onedir version of the program and checked, and neither file is 
> included.  On my build machine, both files are present in the 
> c:/Python27/Scripts folder and (not surprisingly) the program runs fine 
> there. 
> 
> I modified the .spec file to include:
> a.binaries + [('mk2_mc3.dll', '\\Python27\\Scripts\\mk2_mc3.dll', 'BINARY'), 
>                       ('mk2_def.dll', '\\Python27\\Scripts\\mk2_def.dll', 
> 'BINARY')],
> 
> But it doesn't change the error.  I don't see either file mentioned in the 
> warnaomDSP.txt files from any of the builds.
> 
> Any suggestions for getting this to work?

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