Hi,
Am 10.01.2011 12:30, schrieb Stefan Fruehwirth:
Hi,
when running a standalone executable using arbitrary code like this
line:
---
print "confusing cat..."
---
I get a dialog box "Microsoft Visual C++ Runtime Library" with the
following text content:
---
Runtime Error!
Program: [path-to-program]
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please contact the application's support team for more information.
---
This problem has been reported before, unfortunately, the cause is still
somewhat in the dark.
The code execution resumes, output is correct. However, I tried to
narrow it down and found out that the error disappears when I put a
"progName.exe.manifest" file with following content in the same
directory:
Interesting. Normally, this file should be generated automatically by
pyinstaller (in --onedir mode, it should land in the output folder along
with the exe, in --onefile mode, it should be part of the archive
embedded in the final executable, which can be checked with
pyinstaller's ArchiveViewer.py).
Regards
--
Florian Höch
--
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.