Thanks a lot for the quick reply (Wasnt expecting this at all!). Here
is a more through output from what I did:
I'm using cmd on windows 7 - 64-bit machine to run all commands.

Exact python version: --
D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-rc1>python
Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit
(Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z

Begin to use pyinstaller

D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-rc1>python
Configure.py
I: computing EXE_dependencies
I: Finding TCL/TK...
I: Analyzing C:\Python27\DLLs\_tkinter.pyd
I: Adding tcl85.dll dependency of _tkinter.pyd
I: Adding tk85.dll dependency of _tkinter.pyd
I: Skipping KERNEL32.dll dependency of _tkinter.pyd
I: Adding python27.dll dependency of _tkinter.pyd
I: Skipping MSVCR90.dll dependency of _tkinter.pyd
I: Analyzing C:\Python27\DLLs\_ctypes.pyd
I: Skipping KERNEL32.dll dependency of _ctypes.pyd
I: Skipping ole32.dll dependency of _ctypes.pyd
I: Skipping OLEAUT32.dll dependency of _ctypes.pyd
I: Skipping MSVCR90.dll dependency of _ctypes.pyd
I: Analyzing C:\Python27\DLLs\select.pyd
I: Skipping WSOCK32.dll dependency of select.pyd
I: Skipping MSVCR90.dll dependency of select.pyd
I: Skipping KERNEL32.dll dependency of select.pyd
I: Analyzing C:\Python27\DLLs\unicodedata.pyd
I: Skipping MSVCR90.dll dependency of unicodedata.pyd
I: Skipping KERNEL32.dll dependency of unicodedata.pyd
I: Analyzing C:\Python27\DLLs\bz2.pyd
I: Skipping MSVCR90.dll dependency of bz2.pyd
I: Skipping KERNEL32.dll dependency of bz2.pyd
I: Analyzing C:\Python27\DLLs\tcl85.dll
I: Skipping KERNEL32.dll dependency of tcl85.dll
I: Skipping USER32.dll dependency of tcl85.dll
I: Skipping WS2_32.dll dependency of tcl85.dll
I: Skipping MSVCR90.dll dependency of tcl85.dll
I: Skipping ADVAPI32.dll dependency of tcl85.dll
I: Analyzing C:\Python27\DLLs\tk85.dll
I: Dependent assemblies of C:\Python27\DLLs\tk85.dll:
I: X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly X86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.
0.0_none
I: Skipping KERNEL32.dll dependency of tk85.dll
I: Skipping USER32.dll dependency of tk85.dll
I: Skipping GDI32.dll dependency of tk85.dll
I: Skipping MSVCR90.dll dependency of tk85.dll
I: Skipping COMDLG32.dll dependency of tk85.dll
I: Skipping SHELL32.dll dependency of tk85.dll
I: Skipping ole32.dll dependency of tk85.dll
I: Skipping OLEAUT32.dll dependency of tk85.dll
I: Skipping COMCTL32.dll dependency of tk85.dll
I: Skipping ADVAPI32.dll dependency of tk85.dll
I: Skipping IMM32.dll dependency of tk85.dll
I: Analyzing C:\Windows\system32\python27.dll
I: Dependent assemblies of C:\Windows\system32\python27.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Searching for assembly
x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_no
ne...
I: Found manifest C:\Windows\WinSxS\Manifests
\x86_microsoft.vc90.crt_1fc8b3b9a1e
18e3b_9.0.21022.8_none_bcb86ed6ac711f91.manifest
I: Searching for file msvcr90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.2102
2.8_none_bcb86ed6ac711f91\msvcr90.dll
I: Searching for file msvcp90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.2102
2.8_none_bcb86ed6ac711f91\msvcp90.dll
I: Searching for file msvcm90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.2102
2.8_none_bcb86ed6ac711f91\msvcm90.dll
I: Adding Microsoft.VC90.CRT.manifest
I: Adding msvcr90.dll
I: Adding msvcp90.dll
I: Adding msvcm90.dll
I: Skipping KERNEL32.dll dependency of python27.dll
I: Skipping USER32.dll dependency of python27.dll
I: Skipping ADVAPI32.dll dependency of python27.dll
I: Skipping SHELL32.dll dependency of python27.dll
I: Analyzing C:\Python27\python.exe
I: Dependent assemblies of C:\Python27\python.exe:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of python.exe
I: found TCL/TK version 8.5
I: found TCL/TK version 8.5
I: could not find TCL/TK
I: testing for Zlib...
I: ... Zlib available
I: Testing for ability to set icons, version resources...
I: ... resource update available
I: Testing for Unicode support...
I: ... Unicode available
I: testing for UPX...
I: ...UPX unavailable
I: computing PYZ dependencies...
I: done generating config.dat

D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-rc1>

D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-rc1>python
Makespec.py c:\Users\myuser\workspace\blib\run_gui.py
wrote D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-
rc1\run_gui\run_gui.spec
now run Build.py to build the executable

Then I issued this command:

python Build.py run_gui\run_gui.spec
(Unfortunately could not capture everything that came out...but here
is the last part)


I: Analyzing C:\Python27\DLLs\_bsddb.pyd
I: Skipping WS2_32.dll dependency of _bsddb.pyd
I: Skipping KERNEL32.dll dependency of _bsddb.pyd
I: Skipping ADVAPI32.dll dependency of _bsddb.pyd
I: Analyzing C:\Python27\DLLs\_elementtree.pyd
I: Skipping KERNEL32.dll dependency of _elementtree.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32security.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\win32security.pyd
:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping ADVAPI32.dll dependency of win32security.pyd
I: Skipping USER32.dll dependency of win32security.pyd
I: Skipping NETAPI32.dll dependency of win32security.pyd
I: Adding pywintypes27.dll dependency of win32security.pyd
I: Skipping KERNEL32.dll dependency of win32security.pyd
I: Analyzing C:\Python27\lib\site-packages\lxml\etree.pyd
I: Skipping WS2_32.dll dependency of etree.pyd
I: Skipping ADVAPI32.dll dependency of etree.pyd
I: Skipping KERNEL32.dll dependency of etree.pyd
I: Analyzing C:\Python27\DLLs\_ctypes.pyd
I: Skipping KERNEL32.dll dependency of _ctypes.pyd
I: Skipping ole32.dll dependency of _ctypes.pyd
I: Skipping OLEAUT32.dll dependency of _ctypes.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32api.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\win32api.pyd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping USER32.dll dependency of win32api.pyd
I: Skipping ADVAPI32.dll dependency of win32api.pyd
I: Skipping SHELL32.dll dependency of win32api.pyd
I: Skipping VERSION.dll dependency of win32api.pyd
I: Skipping POWRPROF.dll dependency of win32api.pyd
I: Skipping KERNEL32.dll dependency of win32api.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32file.pyd
I: Dependent assemblies of C:\Python27\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:\Python27\lib\site-packages\win32\_win32sysloader.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\_win32sysloader.p
yd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of _win32sysloader.pyd
I: Analyzing C:\Python27\lib\site-packages\Crypto\Random\OSRNG
\winrandom.pyd
I: Skipping ADVAPI32.dll dependency of winrandom.pyd
I: Skipping KERNEL32.dll dependency of winrandom.pyd
I: Analyzing C:\Python27\lib\site-packages\PyQt4\QtGui.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\PyQt4\QtGui.pyd:
I: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none,
x86_Micros
oft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping assembly *_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.
0_none
I: Adding QtGui4.dll dependency of QtGui.pyd
I: Skipping KERNEL32.dll dependency of QtGui.pyd
I: Analyzing C:\Python27\lib\site-packages\Crypto\Cipher\AES.pyd
I: Skipping KERNEL32.dll dependency of AES.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32event.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\win32event.pyd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping USER32.dll dependency of win32event.pyd
I: Skipping KERNEL32.dll dependency of win32event.pyd
I: Analyzing C:\Python27\DLLs\select.pyd
I: Skipping WSOCK32.dll dependency of select.pyd
I: Skipping KERNEL32.dll dependency of select.pyd
I: Analyzing C:\Python27\DLLs\unicodedata.pyd
I: Skipping KERNEL32.dll dependency of unicodedata.pyd
I: Analyzing C:\Python27\DLLs\pyexpat.pyd
I: Skipping KERNEL32.dll dependency of pyexpat.pyd
I: Analyzing C:\Python27\DLLs\_tkinter.pyd
I: Adding tcl85.dll dependency of _tkinter.pyd
I: Adding tk85.dll dependency of _tkinter.pyd
I: Skipping KERNEL32.dll dependency of _tkinter.pyd
I: Analyzing C:\Python27\DLLs\bz2.pyd
I: Skipping KERNEL32.dll dependency of bz2.pyd
I: Analyzing C:\Python27\lib\site-packages\PyQt4\QtCore.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\PyQt4\QtCore.pyd:
I: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none,
x86_Micros
oft.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:\Python27\lib\site-packages\win32\win32process.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\win32process.pyd:

I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping ADVAPI32.dll dependency of win32process.pyd
I: Skipping USER32.dll dependency of win32process.pyd
I: Skipping KERNEL32.dll dependency of win32process.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32pipe.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\win32pipe.pyd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of win32pipe.pyd
I: Analyzing C:\Python27\lib\site-packages\sip.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\sip.pyd:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of sip.pyd
I: Analyzing C:\Python27\lib\site-packages\PIL\_imaging.pyd
I: Skipping KERNEL32.dll dependency of _imaging.pyd
I: Skipping USER32.dll dependency of _imaging.pyd
I: Skipping GDI32.dll dependency of _imaging.pyd
I: Analyzing C:\Python27\DLLs\_hashlib.pyd
I: Skipping KERNEL32.dll dependency of _hashlib.pyd
I: Skipping USER32.dll dependency of _hashlib.pyd
I: Skipping ADVAPI32.dll dependency of _hashlib.pyd
I: Analyzing C:\Python27\DLLs\_ssl.pyd
I: Skipping WS2_32.dll dependency of _ssl.pyd
I: Skipping KERNEL32.dll dependency of _ssl.pyd
I: Skipping USER32.dll dependency of _ssl.pyd
I: Skipping ADVAPI32.dll dependency of _ssl.pyd
I: Analyzing C:\Python27\lib\site-packages\OpenSSL\rand.pyd
I: Adding LIBEAY32.dll dependency of rand.pyd
I: Skipping KERNEL32.dll dependency of rand.pyd
I: Analyzing C:\Windows\system32\pywintypes27.dll
I: Dependent assemblies of C:\Windows\system32\pywintypes27.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping ADVAPI32.dll dependency of pywintypes27.dll
I: Skipping USER32.dll dependency of pywintypes27.dll
I: Skipping ole32.dll dependency of pywintypes27.dll
I: Skipping OLEAUT32.dll dependency of pywintypes27.dll
I: Skipping KERNEL32.dll dependency of pywintypes27.dll
I: Analyzing C:\Python27\lib\site-packages\PyQt4\QtWebKit.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\PyQt4\QtWebKit.pyd:
I: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none,
x86_Micros
oft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping assembly *_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.
0_none
I: Adding QtWebKit4.dll dependency of QtWebKit.pyd
I: Skipping KERNEL32.dll dependency of QtWebKit.pyd
I: Analyzing C:\Python27\lib\site-packages\OpenSSL\SSL.pyd
I: Skipping WS2_32.dll dependency of SSL.pyd
I: Adding SSLEAY32.dll dependency of SSL.pyd
I: Skipping KERNEL32.dll dependency of SSL.pyd
I: Analyzing C:\Python27\DLLs\_multiprocessing.pyd
I: Skipping WS2_32.dll dependency of _multiprocessing.pyd
I: Skipping KERNEL32.dll dependency of _multiprocessing.pyd
I: Analyzing C:\Python27\lib\site-packages\OpenSSL\crypto.pyd
I: Skipping KERNEL32.dll dependency of crypto.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32clipboard.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages
\win32\win32clipboard.py
d:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping GDI32.dll dependency of win32clipboard.pyd
I: Skipping USER32.dll dependency of win32clipboard.pyd
I: Skipping SHELL32.dll dependency of win32clipboard.pyd
I: Skipping KERNEL32.dll dependency of win32clipboard.pyd
I: Analyzing C:\Python27\Lib\site-packages\PyQt4\bin\qtnetwork4.dll
I: Dependent assemblies of C:\Python27\Lib\site-packages\PyQt4\bin
\qtnetwork4.dl
l:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping WS2_32.dll dependency of qtnetwork4.dll
I: Adding SSLEAY32.dll dependency of qtnetwork4.dll
I: Adding LIBEAY32.dll dependency of qtnetwork4.dll
I: Skipping KERNEL32.dll dependency of qtnetwork4.dll
I: Analyzing C:\Python27\Lib\site-packages\PyQt4\bin\qtcore4.dll
I: Dependent assemblies of C:\Python27\Lib\site-packages\PyQt4\bin
\qtcore4.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of qtcore4.dll
I: Skipping USER32.dll dependency of qtcore4.dll
I: Skipping ole32.dll dependency of qtcore4.dll
I: Skipping ADVAPI32.dll dependency of qtcore4.dll
I: Skipping WS2_32.dll dependency of qtcore4.dll
I: Skipping MSVCRT.dll dependency of zlib1.dll
I: Skipping KERNEL32.dll dependency of zlib1.dll
I: Analyzing C:\Python27\DLLs\sqlite3.dll
I: Skipping KERNEL32.dll dependency of sqlite3.dll
I: Analyzing C:\Windows\system32\pywintypes27.dll
I: Dependent assemblies of C:\Windows\system32\pywintypes27.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping ADVAPI32.dll dependency of pywintypes27.dll
I: Skipping USER32.dll dependency of pywintypes27.dll
I: Skipping ole32.dll dependency of pywintypes27.dll
I: Skipping OLEAUT32.dll dependency of pywintypes27.dll
I: Skipping KERNEL32.dll dependency of pywintypes27.dll
I: Analyzing C:\Python27\Lib\site-packages\PyQt4\bin\qtgui4.dll
I: Dependent assemblies of C:\Python27\Lib\site-packages\PyQt4\bin
\qtgui4.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping GDI32.dll dependency of qtgui4.dll
I: Skipping COMDLG32.dll dependency of qtgui4.dll
I: Skipping IMM32.dll dependency of qtgui4.dll
I: Skipping WINMM.dll dependency of qtgui4.dll
I: Skipping WINSPOOL.DRV dependency of qtgui4.dll
I: Skipping ole32.dll dependency of qtgui4.dll
I: Skipping USER32.dll dependency of qtgui4.dll
I: Skipping ADVAPI32.dll dependency of qtgui4.dll
I: Skipping SHELL32.dll dependency of qtgui4.dll
I: Skipping KERNEL32.dll dependency of qtgui4.dll
I: Analyzing C:\Python27\DLLs\tcl85.dll
I: Skipping KERNEL32.dll dependency of tcl85.dll
I: Skipping USER32.dll dependency of tcl85.dll
I: Skipping WS2_32.dll dependency of tcl85.dll
I: Skipping ADVAPI32.dll dependency of tcl85.dll
I: Analyzing C:\Python27\DLLs\tk85.dll
I: Dependent assemblies of C:\Python27\DLLs\tk85.dll:
I: X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly X86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.
0.0_none
I: Skipping KERNEL32.dll dependency of tk85.dll
I: Skipping USER32.dll dependency of tk85.dll
I: Skipping GDI32.dll dependency of tk85.dll
I: Skipping COMDLG32.dll dependency of tk85.dll
I: Skipping SHELL32.dll dependency of tk85.dll
I: Skipping ole32.dll dependency of tk85.dll
I: Skipping OLEAUT32.dll dependency of tk85.dll
I: Skipping COMCTL32.dll dependency of tk85.dll
I: Skipping ADVAPI32.dll dependency of tk85.dll
I: Skipping IMM32.dll dependency of tk85.dll
I: Analyzing C:\Python27\lib\site-packages\OpenSSL\LIBEAY32.dll
I: Dependent assemblies of C:\Python27\lib\site-packages\OpenSSL
\LIBEAY32.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping WSOCK32.dll dependency of LIBEAY32.dll
I: Skipping GDI32.dll dependency of LIBEAY32.dll
I: Skipping ADVAPI32.dll dependency of LIBEAY32.dll
I: Skipping USER32.dll dependency of LIBEAY32.dll
I: Skipping KERNEL32.dll dependency of LIBEAY32.dll
I: Analyzing C:\Python27\Lib\site-packages\PyQt4\bin\qtwebkit4.dll
I: Dependent assemblies of C:\Python27\Lib\site-packages\PyQt4\bin
\qtwebkit4.dll
:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping WINMM.dll dependency of qtwebkit4.dll
I: Skipping GDI32.dll dependency of qtwebkit4.dll
I: Skipping USER32.dll dependency of qtwebkit4.dll
I: Skipping ADVAPI32.dll dependency of qtwebkit4.dll
I: Skipping SHLWAPI.dll dependency of qtwebkit4.dll
I: Skipping VERSION.dll dependency of qtwebkit4.dll
I: Adding phonon4.dll dependency of qtwebkit4.dll
I: Skipping KERNEL32.dll dependency of qtwebkit4.dll
I: Analyzing C:\Python27\lib\site-packages\OpenSSL\SSLEAY32.dll
I: Dependent assemblies of C:\Python27\lib\site-packages\OpenSSL
\SSLEAY32.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of SSLEAY32.dll
I: Analyzing C:\Python27\Lib\site-packages\PyQt4\bin\phonon4.dll
I: Dependent assemblies of C:\Python27\Lib\site-packages\PyQt4\bin
\phonon4.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of phonon4.dll
Warnings written to run_gui\warnrun_gui.txt
checking PYZ
rebuilding outPYZ1.toc because outPYZ1.pyz is missing
building PYZ outPYZ1.toc
checking PKG
rebuilding outPKG3.toc because outPKG3.pkg is missing
building PKG outPKG3.pkg
checking EXE
rebuilding outEXE2.toc because run_gui.exe missing
building EXE from outEXE2.toc
Appending archive to EXE run_gui\build\pyi.win32\run_gui\run_gui.exe

checking COLLECT
building because outCOLLECT4.toc missing or bad
building COLLECT outCOLLECT4.toc
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\_speedups.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\_speedups.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\_c_urlarg.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\_c_urlarg.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\_initgroups.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\_initgroups.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\_counter.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\_counter.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\sha256.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\sha256.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\etree.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\etree.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\winrandom.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\winrandom.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\aes.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\aes.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\_imaging.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\_imaging.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\rand.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\rand.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\ssl.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\ssl.pyd
I: Updating resource type 24 name 2 language 1033
Adding Microsoft.VC90.CRT to dependent assemblies of
bincache00\crypto.pyd
I: Updating manifest in D:\cygwin\tmp\temp\pyinstaller-1.5-
rc1\pyinstaller-1.5-r
c1\bincache00\crypto.pyd
I: Updating resource type 24 name 2 language 1033

D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-rc1>

Now when I try to run:

D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-
rc1\run_gui>build\pyi.win32\run_gui\run_gui.exe
Traceback (most recent call last):
  File "<string>", line 14, in <module>
  File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-
rc1\iu.py", line
455, in importHook
    raise ImportError, "No module named %s" % fqname
ImportError: No module named PyQt4.QtCore

I've not used cygwin anywhere in this work. Only ran all commands from
cmd on windows 7 on python 2.7 windows version.

Please let me know if you need any further clarifications from my
environment.

Thanks,


On Jan 17, 2:04 pm, Giovanni Bajo <[email protected]> wrote:
> On Mon, 2011-01-17 at 10:52 -0800, Ram wrote:
>
> > Martin, I saw this somewhere online to use from PyQt4 import QtCore
> > instead of PyQt4.QtCore.  The problem is that this is a large project
> > with many developers. And it'll be very hard for me to change the code
> > all across...Isnt this something that can be fixed in pyinstaller?
>
> > Thanks for the quick reply. I'll try a small example again thou.
>
> Both methods normally work with PyInstaller, there are many people using
> PyQt and PyInstaller.
>
> There has to be something specific to your system; for instance, from
> the traceback, it looks like you are using cygwin which is mostly
> untested at the moment.
> --
> Giovanni Bajo   ::  [email protected]
> Develer S.r.l.  ::  http://www.develer.com
>
> My Blog:http://giovanni.bajo.it
> Last post: Compile-time Function Execution in D

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