Re: [PyInstaller] Confused on status of merged Python3 branch

2015-05-05 Thread Hartmut Goebel
Hello David, thanks for your feedback. they are quite different, in particular the latter has very different (and nicer!) code for detecting the use of virtual environment. Also, comparing hook-site.py, I simply may have done this wrong :-) I'd appreciate a pull-request for how ever it is

[PyInstaller] Confused on status of merged Python3 branch

2015-05-04 Thread David Cortesi
The rebased Python3 works a treat on Mac OS, so I am trying it out on Ubuntu and I am hitting the same issues as before, namely that compat.py does not properly detect virtualenv; and if I hack around that, hook-site.py does something wrong also. When I look at compat.py on the two branches,