Ubuntu 14.10
Python 3
The Python3 branch of PyInstaller
Create a one-dir version of a PyQt5 app.
On startup it fails with:

Traceback (most recent call last):
  File "<string>", line 86, in <module>
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in
_find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1191, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1161, in
_load_backward_compatible
  File
"/home/dcortesi/VENV3/lib/python3.4/site-packages/PyInstaller-3.0dev-py3.4.egg/PyInstaller/loader/pyi_importers.py",
line 302, in load_module
    exec(bytecode, module.__dict__)
  File "/home/dcortesi/VENV3/lib/python3.4/site.py", line 703, in <module>
    main()
  File "/home/dcortesi/VENV3/lib/python3.4/site.py", line 670, in main
    virtual_install_main_packages()
  File "/home/dcortesi/VENV3/lib/python3.4/site.py", line 553, in
virtual_install_main_packages
    f = open(os.path.join(os.path.dirname(__file__), 'orig-prefix.txt'))
FileNotFoundError: [Errno 2] No such file or directory:
'/home/dcortesi/VENV3/pyinstaller/dist/PPQT2/orig-prefix.txt'

Actually if I make a one-file version it also fails looking for
orig-prefix.txt in the /tmp/MEIxxx directory.

what have I done wrong?

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to