Under Windows (XP), one-file executables generated and worked with
PyInstaller 2.0. Upgraded to PyInstaller 2.1 with first executable
generated successfully but not the second with the error:
2157 INFO: checking PKG
2157 INFO: rebuilding out00-PKG.toc because out00-PKG.pkg is missing
2157 INFO: building PKG (CArchive) out00-PKG.pkg
Traceback (most recent call last):
File "C:\Python27\Scripts\pyinstaller-script.py", line 9, in <module>
load_entry_point('PyInstaller==2.1', 'console_scripts', 'pyinstaller')()
File "C:\Python27\lib\site-packages\PyInstaller\main.py", line 88, in run
run_build(opts, spec_file, pyi_config)
File "C:\Python27\lib\site-packages\PyInstaller\main.py", line 46, in
run_build
PyInstaller.build.main(pyi_config, spec_file, **opts.__dict__)
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 1924, in
main
build(specfile, kw.get('distpath'), kw.get('workpath'),
kw.get('clean_build'))
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 1873, in
build
execfile(spec)
File "D:\bsets\trial-win32\pi2\engine.spec", line 83, in <module>
console = True
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 1170, in
__init__
strip_binaries=self.strip, upx_binaries=self.upx,
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 1008, in
__init__
self.__postinit__()
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 309, in
__postinit__
self.assemble()
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 1050, in
assemble
dist_nm=inm)
File "C:\Python27\lib\site-packages\PyInstaller\build.py", line 847, in
checkCache
os.remove(cachedfile)
WindowsError: [Error 2] The system cannot find the file specified:
'C:\\...\\Application Data\\pyinstaller\\bincache01_py27\\_ssl.pyd'
If it helps, the _ssl.pyd is in the file bincache00_py27. Any thoughts on
what might be going on?
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.