#36: pygame with onefile option: MSVCR71.dll could not be extracted
--------------------------+-------------------------------------------------
Id: 36 | Status: new
Component: PyInstaller | Modified: Tue Feb 14 11:55:44 2006
Severity: normal | Milestone:
Priority: normal | Version:
Owner: giovannibajo | Reporter: Norbert Sebok
--------------------------+-------------------------------------------------
Comment (by anonymous):
I looked in my exe with !ArchiveViewer, and there are two MSVCR71.dll in
it, one with lowercase, one with uppercase. I filtered out the many msvcr
element in Build.py:
{{{
#!python
class Analysis(Target):
...
def assemble(self):
...
binaries.extend(bindepend.Dependencies(binaries))
binaries = [binary for binary in binaries if binary[0].lower() !=
'msvcr71.dll']
...
}}}
The warning disappeared. And there is only one MSVCR71.dll in the exe,
with uppercase, and in the end of the file. [[BR]]
It can be a solution?
--
Ticket URL: <http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi/ticket/36>
PyInstaller <http://pyinstaller.hpcf.upr.edu>
PyInstaller
_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller