Nop does not change anything :(

Just to give you an idea:

Init:
I: Analyzing C:\Python26\lib\site-packages\PyQt4\QtCore.pyd
I: Dependent assemblies of C:\Python26\lib\site-packages\PyQt4\QtCore.pyd:
I: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none,
x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping assembly
*_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping KERNEL32.dll dependency of QtCore.pyd
...
I: Analyzing C:\Python26\lib\site-packages\sip.pyd
I: Dependent assemblies of C:\Python26\lib\site-packages\sip.pyd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
...
I: Analyzing C:\Python26\DLLs\_socket.pyd
I: Skipping WS2_32.dll dependency of _socket.pyd
I: Skipping KERNEL32.dll dependency of _socket.pyd
...
I: Analyzing C:\Python26\lib\site-packages\win32\win32file.pyd
I: Dependent assemblies of
C:\Python26\lib\site-packages\win32\win32file.pyd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping MSWSOCK.dll dependency of win32file.pyd
I: Skipping WS2_32.dll dependency of win32file.pyd
I: Skipping KERNEL32.dll dependency of win32file.pyd
...
I: Analyzing C:\Python26\lib\site-packages\matplotlib\_path.pyd
I: Skipping KERNEL32.dll dependency of _path.pyd

As you can see all pure C extension module got an assemblies attached to
them.
C builtin extension not but seems to be OK.

_path.pyd is a C extension where the manifest file is not ... (attached?)

Before your yesterday patch I had this with _path.py:
I: Analyzing C:\Python26\lib\site-packages\matplotlib\_path.pyd
E: Cannot parse manifest resource 2, 1033 from
E: C:\Python26\lib\site-packages\matplotlib\_path.pyd
E: sequence item 1: expected string, NoneType found
 
So seems your patch does not link with default assemblies.
Can we force it?

Here is a print of module loaded before crash (the last one is
matplotlib._path.pyd and make the crash...)
nm:PyQt4.QtCore
fp:<open file 'C:\Manager\PyQt4.QtCore.pyd', mode 'rb' at 0x00433840>
attempt:C:\Manager\PyQt4.QtCore.pyd
ext:.pyd
mode:rb
typ:3
nm:sip
fp:<open file 'C:/Manager\sip.pyd', mode 'rb' at 0x004338E0>
attempt:C:/Manager\sip.pyd
ext:.pyd
mode:rb
typ:3
nm:_socket
fp:<open file 'C:/Manager\_socket.pyd', mode 'rb' at 0x004E47F0>
attempt:C:/Manager\_socket.pyd
ext:.pyd
mode:rb
typ:3
nm:_ssl
fp:<open file 'C:/Manager\_ssl.pyd', mode 'rb' at 0x004E47F0>
attempt:C:/Manager\_ssl.pyd
ext:.pyd
mode:rb
typ:3
nm:_ctypes
fp:<open file 'C:/Manager\_ctypes.pyd', mode 'rb' at 0x004E4890>
attempt:C:/Manager\_ctypes.pyd
ext:.pyd
mode:rb
typ:3
nm:win32file
fp:<open file 'C:/Manager\win32file.pyd', mode 'rb' at 0x004E4ED0>
attempt:C:/Manager\win32file.pyd
ext:.pyd
mode:rb
typ:3
nm:win32event
fp:<open file 'C:/Manager\win32event.pyd', mode 'rb' at 0x004E4ED0>
attempt:C:/Manager\win32event.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.core.multiarray
fp:<open file 'C:\Manager\numpy.core.multiarray.pyd', mode 'rb' at
0x0279E700>
attempt:C:\Manager\numpy.core.multiarray.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.core.umath
fp:<open file 'C:\Manager\numpy.core.umath.pyd', mode 'rb' at 0x0279E700>
attempt:C:\Manager\numpy.core.umath.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.core._sort
fp:<open file 'C:\Manager\numpy.core._sort.pyd', mode 'rb' at 0x0279EA70>
attempt:C:\Manager\numpy.core._sort.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.core._dotblas
fp:<open file 'C:\Manager\numpy.core._dotblas.pyd', mode 'rb' at 0x0279EC50>
attempt:C:\Manager\numpy.core._dotblas.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.core.scalarmath
fp:<open file 'C:\Manager\numpy.core.scalarmath.pyd', mode 'rb' at
0x0298D520>
attempt:C:\Manager\numpy.core.scalarmath.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.lib._compiled_base
fp:<open file 'C:\Manager\numpy.lib._compiled_base.pyd', mode 'rb' at
0x029E72F0>
attempt:C:\Manager\numpy.lib._compiled_base.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.linalg.lapack_lite
fp:<open file 'C:\Manager\numpy.linalg.lapack_lite.pyd', mode 'rb' at
0x029E7840>
attempt:C:\Manager\numpy.linalg.lapack_lite.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.fft.fftpack_lite
fp:<open file 'C:\Manager\numpy.fft.fftpack_lite.pyd', mode 'rb' at
0x0279E340>
attempt:C:\Manager\numpy.fft.fftpack_lite.pyd
ext:.pyd
mode:rb
typ:3
nm:numpy.random.mtrand
fp:<open file 'C:\Manager\numpy.random.mtrand.pyd', mode 'rb' at 0x0279E340>
attempt:C:\Manager\numpy.random.mtrand.pyd
ext:.pyd
mode:rb
typ:3
nm:select
fp:<open file 'C:/Manager\select.pyd', mode 'rb' at 0x02AD5E30>
attempt:C:/Manager\select.pyd
ext:.pyd
mode:rb
typ:3
nm:PyQt4.QtGui
fp:<open file 'C:\Manager\PyQt4.QtGui.pyd', mode 'rb' at 0x02C0B0C0>
attempt:C:\Manager\PyQt4.QtGui.pyd
ext:.pyd
mode:rb
typ:3
nm:_tkinter
fp:<open file 'C:/Manager\_tkinter.pyd', mode 'rb' at 0x0330DA70>
attempt:C:/Manager\_tkinter.pyd
ext:.pyd
mode:rb
typ:3
nm:_imaging
fp:<open file 'C:/Manager\_imaging.pyd', mode 'rb' at 0x0330DA70>
attempt:C:/Manager\_imaging.pyd
ext:.pyd
mode:rb
typ:3
nm:matplotlib._path
fp:<open file 'C:\Manager\matplotlib._path.pyd', mode 'rb' at 0x03615070>
attempt:C:\Manager\matplotlib._path.pyd
ext:.pyd
mode:rb
typ:3
>>> crash


--

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