Re: [PyInstaller] Can't install files outside dist dir

2013-10-01 Thread Hartmut Goebel
Am 30.09.2013 22:01, schrieb Glenn Ramsey: Security-Alert: try to store file outside of dist-directory. Aborting. '../Plugins/Plugin_CgProgramManager.dylib' This is using the develop branch, up to date (15983b2...). It was working previously with 2.0. This is intended to avoid overwriting

Re: [PyInstaller] Can't install files outside dist dir

2013-10-01 Thread Glenn Ramsey
On 01/10/13 20:59, Hartmut Goebel wrote: Am 30.09.2013 22:01, schrieb Glenn Ramsey: Security-Alert: try to store file outside of dist-directory. Aborting. '../Plugins/Plugin_CgProgramManager.dylib' This is using the develop branch, up to date (15983b2...). It was working previously with 2.0.

Re: [PyInstaller] Packaged app cannot import name enum_type_wrapper from google.protobuf.internal

2013-10-01 Thread Glenn Ramsey
On 02/10/13 04:56, Martin Zibricky wrote: On Tuesday 01 of October 2013 10:10:05 Glenn Ramsey wrote: How do I fix this? Explicitly import that module in your code? It turned out to be that I had an old version of protobuf that didn't have that file and it was getting picked up by

Re: [PyInstaller] Digest for pyinstaller@googlegroups.com - 6 Messages in 3 Topics

2013-10-01 Thread David Cortesi
Don Dwiggins ddwigg...@advpubtech.com Sep 30 01:55PM -0700 * In the Installed commands section, several commands prefixed with py- are mentioned, but they don't exist. The python source of the commands is in pyinstaller/PyInstaller/cliutils. If you do python setup.py install (rather