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?

Thanks...
Lynn


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