Re: [PyInstaller] Python, Windows and no console environments

2017-03-16 Thread Steve Barnes
I have also raised an issue on the cpython manuals, http://bugs.python.org/issue29829, requesting a note be added to the subprocess documentation. Steve On 16/03/2017 17:24, Coyot Linden (Glenn Glazer) wrote: > No, I hadn't seen that. > > Thanks for the pointer! > > Best, > > coyot > > > On

Re: [PyInstaller] Python, Windows and no console environments

2017-03-16 Thread Jones, Bryan
This link might be relevant -- https://github.com/pyinstaller/pyinstaller/wiki/Recipe-subprocess Have you tried those suggestions? On Thu, Mar 16, 2017 at 10:47 AM, Coyot Linden (Glenn Glazer) < co...@lindenlab.com> wrote: > We discovered that code which ran perfectly correctly by executing the

Re: [PyInstaller] Python, Windows and no console environments

2017-03-16 Thread Coyot Linden (Glenn Glazer)
No, I hadn't seen that. Thanks for the pointer! Best, coyot On 3/16/17 10:07, Jones, Bryan wrote: This link might be relevant -- https://github.com/pyinstaller/pyinstaller/wiki/Recipe-subprocess

Re: [PyInstaller] Python, Windows and no console environments

2017-03-16 Thread Coyot Linden (Glenn Glazer)
Good to know, Steve. After flailing at this for a couple of days, it's good to see someone else describe this as "hard to debug"! Pity there isn't any kind of voting method on Python Tracker, I'd surely +1 this one. Best, coyot On 3/16/17 10:51, Steve Barnes wrote: I have also raised an

[PyInstaller] Python, Windows and no console environments

2017-03-16 Thread Coyot Linden (Glenn Glazer)
We discovered that code which ran perfectly correctly by executing the scripts in the POSIX environment or via python on the Windows command prompt would fail when compiled using the -w flag to PyInstaller. This flag prevents the application from launching a console

Re: [PyInstaller] Python, Windows and no console environments

2017-03-16 Thread Jones, Bryan
Steve, Great idea -- thanks! Bryan On Thu, Mar 16, 2017 at 12:51 PM, Steve Barnes wrote: > I have also raised an issue on the cpython manuals, > http://bugs.python.org/issue29829, requesting a note be added to the > subprocess documentation. > > Steve > > On 16/03/2017