Re: [PyInstaller] application fails in no-console mode

2023-02-18 Thread 'Chris Barker' via PyInstaller
Installer > *Sent:* 16 February 2023 18:50 > *To:* pyinstaller@googlegroups.com > *Subject:* Re: [PyInstaller] application fails in no-console mode > > > > NOTE: I don't remember the invocation, but there should be a way to check > at runtime if the app is running as a stan

Re: [PyInstaller] application fails in no-console mode

2023-02-18 Thread Glen Rubin
table converts set a FROZEN attribute but I have > found that it is not 100% reliable hence the above. > > > > Steve > > > > *From:* 'Chris Barker' via PyInstaller > *Sent:* 16 February 2023 18:50 > *To:* pyinstaller@googlegroups.com > *Subject:* Re: [PyInstaller

RE: [PyInstaller] application fails in no-console mode

2023-02-17 Thread Steve Barnes
it is not 100% reliable hence the above. Steve From: 'Chris Barker' via PyInstaller Sent: 16 February 2023 18:50 To: pyinstaller@googlegroups.com Subject: Re: [PyInstaller] application fails in no-console mode NOTE: I don't remember the invocation, but there should be a way to check at runtime if the a

Re: [PyInstaller] application fails in no-console mode

2023-02-17 Thread 'Chris Barker' via PyInstaller
g is sent to a file. > > > > Hope that helps. > > > > Steve > > > > *From:* pyinstaller@googlegroups.com *On > Behalf Of *Glen Rubin > *Sent:* 16 February 2023 14:54 > *To:* PyInstaller > *Subject:* [PyInstaller] application fails in no-console mode > &

Re: [PyInstaller] application fails in no-console mode

2023-02-17 Thread Glen Rubin
re that all logging is sent to a file. >> >> >> >> Hope that helps. >> >> >> >> Steve >> >> >> >> *From:* pyinstaller@googlegroups.com *On >> Behalf Of *Glen Rubin >> *Sent:* 16 February 2023 14:54 >> *To:* PyInstall

Re: [PyInstaller] application fails in no-console mode

2023-02-17 Thread Glen Rubin
if so either don’t initialise the logger or make > sure that all logging is sent to a file. > > > > Hope that helps. > > > > Steve > > > > *From:* pyinstaller@googlegroups.com *On > Behalf Of *Glen Rubin > *Sent:* 16 February 2023 14:54 > *To:* PyInst

RE: [PyInstaller] application fails in no-console mode

2023-02-16 Thread Steve Barnes
make sure that all logging is sent to a file. Hope that helps. Steve From: pyinstaller@googlegroups.com On Behalf Of Glen Rubin Sent: 16 February 2023 14:54 To: PyInstaller Subject: [PyInstaller] application fails in no-console mode My 'compiled' application fails, but only on Windows when set

[PyInstaller] application fails in no-console mode

2023-02-16 Thread Glen Rubin
My 'compiled' application fails, but only on Windows when setting console option to False. At fail i get the error: Failed to execute script 'main' due to unhandled exception: maximum recursion depth exceeded with a very long traceback that looks like this: Traceback (most recent call