Hi everyone, I was trying out PyInstaller (on a stupid example at the
moment), but I don't get it running correctly:
wrote /home/andrea/PSI_refactor/test_pyinstaller/test.spec
Traceback (most recent call last):
File "/home/andrea/.local/bin/pyinstaller.py", line 5, in <module>
pkg_resources.run_script('pyinstaller==1.6.0dev', 'pyinstaller.py')
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 499,
in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1235,
in run_script
execfile(script_filename, namespace, namespace)
File
"/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/EGG-INFO/scripts/pyinstaller.py",
line 102, in <module>
main()
File
"/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/EGG-INFO/scripts/pyinstaller.py",
line 97, in main
run_build(opts, spec_file)
File
"/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/EGG-INFO/scripts/pyinstaller.py",
line 54, in run_build
PyInstaller.build.main(spec_file, **opts.__dict__)
File
"/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/PyInstaller/build.py",
line 1534, in main
build(specfile, buildpath)
File
"/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/PyInstaller/build.py",
line 1411, in build
rthooks = _load_data(os.path.join(HOMEPATH, 'rthooks.dat'))
File
"/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/PyInstaller/build.py",
line 77, in _load_data
return eval(open(filename, 'r').read().replace("\r\n", "\n"))
IOError: [Errno 2] No such file or directory:
'/home/andrea/.local/lib/python2.7/site-packages/pyinstaller-1.6.0dev-py2.7.egg/rthooks.dat'
I have python 2.7 (on arch-linux) and I installed PyInstaller with
"python setup.py install --user", which didn't raise problems...
That file is actually really not there, any idea why?
--
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.