> So when I make my spec file with just the -F option my program works
> great, but when I combine the -F and the -w options together it no
> longer works.
> Now if I turn on logging it will work, but it defeats the purpose of
> no window.
a few questions:
- which platform (I assume Windows because there is no "windowed" option for other os) and python version are you using?
- which version of pyinstaller are you using?
- what do you mean by "turn logging on"?
- does your script work if you run it with pythonw.exe instead of python.exe? (this would be a prerequisite for it to work with pyinstaller's -w option afaik, assuming again you are under Windows)
> On Oct 21, 9:46 am, Hoytj <john.h.h...@gmail.com> wrote:
>> So when I make my spec file with just the -F option my program works
>> great, but when I combine the -F and the -w options together it no
>> longer works.
>> Now if I turn on logging it will work, but it defeats the purpose of
>> no window.
> a few questions:
> - which platform (I assume Windows because there is no "windowed" option
> for other os) and python version are you using?
> - which version of pyinstaller are you using?
> - what do you mean by "turn logging on"?
> - does your script work if you run it with pythonw.exe instead of
> python.exe? (this would be a prerequisite for it to work with
> pyinstaller's -w option afaik, assuming again you are under Windows)
> Regards,
> Florian Höch
> Hoytj schrieb:
> > No one has ran into this same problem before?
> > On Oct 21, 9:46 am, Hoytj <john.h.h...@gmail.com> wrote:
> >> So when I make my spec file with just the -F option my program works
> >> great, but when I combine the -F and the -w options together it no
> >> longer works.
> >> Now if I turn on logging it will work, but it defeats the purpose of
> >> no window.
> When I say logging I should have said debugging. When I enable
> debugging on the exe the program works.
> The script works great with pythonw.exe.
> Your help is appreciated.
> Thanks
> On Oct 23, 10:50 am, Florian Höch <florian.ho...@gmx.de> wrote:
> > Hi,
> > a few questions:
> > - which platform (I assume Windows because there is no "windowed" option
> > for other os) and python version are you using?
> > - which version of pyinstaller are you using?
> > - what do you mean by "turn logging on"?
> > - does your script work if you run it with pythonw.exe instead of
> > python.exe? (this would be a prerequisite for it to work with
> > pyinstaller's -w option afaik, assuming again you are under Windows)
> > Regards,
> > Florian Höch
> > Hoytj schrieb:
> > > No one has ran into this same problem before?
> > > On Oct 21, 9:46 am, Hoytj <john.h.h...@gmail.com> wrote:
> > >> So when I make my spec file with just the -F option my program works
> > >> great, but when I combine the -F and the -w options together it no
> > >> longer works.
> > >> Now if I turn on logging it will work, but it defeats the purpose of
> > >> no window.
> On Oct 26, 12:59 pm, Hoytj <john.h.h...@gmail.com> wrote:
>> Hi Florian,
>> Platform = Windows XP
>> Python version = 2.5
>> Pyinstaller version = 1.3
>> When I say logging I should have said debugging. When I enable
>> debugging on the exe the program works.
>> The script works great with pythonw.exe.
>> Your help is appreciated.
>> Thanks
>> On Oct 23, 10:50 am, Florian Höch <florian.ho...@gmx.de> wrote:
>>> Hi,
>>> a few questions:
>>> - which platform (I assume Windows because there is no "windowed" option
>>> for other os) and python version are you using?
>>> - which version of pyinstaller are you using?
>>> - what do you mean by "turn logging on"?
>>> - does your script work if you run it with pythonw.exe instead of
>>> python.exe? (this would be a prerequisite for it to work with
>>> pyinstaller's -w option afaik, assuming again you are under Windows)
>>> Regards,
>>> Florian Höch
>>> Hoytj schrieb:
>>>> No one has ran into this same problem before?
>>>> On Oct 21, 9:46 am, Hoytj <john.h.h...@gmail.com> wrote:
>>>>> So when I make my spec file with just the -F option my program works
>>>>> great, but when I combine the -F and the -w options together it no
>>>>> longer works.
>>>>> Now if I turn on logging it will work, but it defeats the purpose of
>>>>> no window.
>>>>> Any suggestions or ideas?
>>>>> Thanks