- PyInstaller 2.1dev
- pywin32-218
- Python 2.7.3 32-bit
- Windows XP SP3 32-bit

Hello,

I'm creating a one-file executable on Windows including icon file and 
version info. The resulting executable shows the icon file and the 
version tab in the properties of the file but the version tab is empty 
(not filled).

This "used to work" and PyInstaller output doesn't show any error or 
message regarding the version info.

If I specify a non-existing version info file name I get 
"IOError: [Errno 2] No such file or directory: '[...]'".

This proofs that PyInstaller is actually looking for and finding the 
version info file.

Please find below the output of the PyInstaller run...

Thorsten

fatal: Not a git repository (or any parent up to mount parent /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not 
set).
62 INFO: wrote \program files\pyinstaller\spec\script.spec
125 INFO: Testing for ability to set icons, version resources...
141 INFO: ... resource update available
266 INFO: UPX is available.
3235 WARNING: library python%s%s required via ctypes not found
3610 INFO: checking Analysis
3610 INFO: building Analysis because out00-Analysis.toc non existent
3610 INFO: running Analysis out00-Analysis.toc
3610 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final 
executable
3641 INFO: Searching for assembly x86_Microsoft.VC90.CRT_
1fc8b3b9a1e18e3b_9.0.21022.8_x
-ww ...
3657 WARNING: Assembly not found
3657 ERROR: Assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8
_x-ww not found

3735 INFO: Searching for assembly x86_Microsoft.VC90.CRT_
1fc8b3b9a1e18e3b_9.0.21022.8_x
-ww ...
3735 WARNING: Assembly not found
3735 ERROR: Assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8
_x-ww not found

4032 INFO: Analyzing F:\program files\pyinstaller\support
\_pyi_bootstrap.py
7078 WARNING: library python%s%s required via ctypes not found
7672 INFO: Analyzing F:\program files\pyinstaller\PyInstaller\loader
\pyi_importers.py
8016 INFO: Analyzing F:\program files\pyinstaller\PyInstaller\loader
\pyi_archive.py
8391 INFO: Analyzing F:\program files\pyinstaller\PyInstaller\loader
\pyi_carchive.py
8766 INFO: Analyzing F:\program files\pyinstaller\PyInstaller\loader
\pyi_iu.py
8860 INFO: Analyzing script.py
9735 INFO: Hidden import 'encodings' has been found otherwise
9735 INFO: Looking for run-time hooks
9735 INFO: Analyzing rthook F:\program files\pyinstaller
\support/rthooks/pyi_rth_encodi
ngs.py
11437 INFO: Warnings written to \program files\pyinstaller\spec\build
\pyi.win32\script\
warnscript.txt
11485 INFO: checking PYZ
11485 INFO: rebuilding out00-PYZ.toc because out00-PYZ.pyz is missing
11485 INFO: building PYZ out00-PYZ.toc
14594 INFO: checking PKG
14594 INFO: rebuilding out00-PKG.toc because out00-PKG.pkg is missing
14594 INFO: building PKG out00-PKG.pkg
upx: C:\Documents and Settings\thorsten\Application Data\pyinstaller
\bincache01_py27\se
lect.pyd: NotCompressibleException
26516 INFO: checking EXE
26532 INFO: rebuilding out00-EXE.toc because script.exe missing
26532 INFO: building EXE from out00-EXE.toc
26532 INFO: SRCPATH [('\\program files\\pyinstaller\\images\\icon-
windowed.ico', None)]

26532 INFO: Updating icons from ['\\program files\\pyinstaller\\images
\\icon-windowed.i
co'] to c:\docume~1\thorsten\locals~1\temp\tmpjjvgog
26532 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
26532 INFO: Writing RT_ICON 1 resource with 3752 bytes
26532 INFO: Writing RT_ICON 2 resource with 2216 bytes
26532 INFO: Writing RT_ICON 3 resource with 1384 bytes
26532 INFO: Writing RT_ICON 4 resource with 38188 bytes
26532 INFO: Writing RT_ICON 5 resource with 9640 bytes
26532 INFO: Writing RT_ICON 6 resource with 4264 bytes
26532 INFO: Writing RT_ICON 7 resource with 1128 bytes
26907 INFO: Appending archive to EXE \program files\pyinstaller\spec
\dist\script.exe

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