Re: [PyInstaller] Re: What is orig-prefix.txt?

2015-04-07 Thread Hartmut Goebel
Am 06.04.2015 um 17:51 schrieb David Cortesi: Can anyone help me understand what is going on and how to fix this? Please have a look at the hook for `site.py`. It contains handling for venv, which seams to fail. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP Information

[PyInstaller] Re: what is orig-prefix.txt

2015-04-07 Thread David Cortesi
The problem is not the Python3 FakeModule class; it has support for retarget() and is working for hook-distutils. The problem is that in my system, compat.is_venv is False, even though this is a virtualenv. As a result, hook-site does nothing and the error follows. hook-distutils uses a

[PyInstaller] Re: What is orig-prefix.txt?

2015-04-06 Thread David Cortesi
I asked why, on Ubuntu, the boot loader of a one-dir bundle is failing with No such file or directory: ...orig-prefix.txt' (the full traceback is below). I have investigated further. I omitted to mention that I was running Python3 and PyInstaller, in a virtual environment. It turns out that