On Wed, Apr 17, 2013 at 12:42 AM, Steve Barnes <[email protected]>wrote:

>  On 13/04/13 17:56, Alexei Vinidiktov wrote:
>
>
>
>
> On Sat, Apr 13, 2013 at 11:41 PM, Alexei Vinidiktov <
> [email protected]> wrote:
>
>>
>>
>>
>>  On Sat, Apr 13, 2013 at 3:05 PM, Martin Zibricky <[email protected]
>> > wrote:
>>
>>> Alexei Vinidiktov píše v So 13. 04. 2013 v 00:00 -0700:
>>> > I'm trying out pyinstaller with wxPython on Windows.
>>> >
>>> > I've successfully created an executable that runs fine on my Windows 8
>>> > box, but after I quit the program it remains in memory as a background
>>> > process. The executable is created with the windowed option. I don't
>>> > specify any additional options.
>>> >
>>> > Please find attached a minimal wxPython application that exhibits this
>>> > behavior.
>>> >
>>> > I'm using Python 2.7.4, wxPython 2.9.4.0 and pyinstaller 2.0 on
>>> > Windows 8 Pro 32 bit.
>>>
>>>  Hi Alexei,
>>>
>>> could you please try development version of pyinstaller if there is
>>> still this issue?
>>>
>>>
>>  I've tried the development version, and the issue is still there.
>>
>>
>>
>  I've also just tried freezing a simple PySide app, and didn't have this
> problem, so it appears to be specific to wxPython.
>
>
>
>  --
>
>
> Alexei,
>
> I have had similar problems in the past - usually due to me having created
> and not deleted a wxDialog or wxWindow - to save time try running your
> application from the command line as source - i.e. python YourApp.py rather
> than building the exe - do what you normally do to cause the problem and
> then exit - if you don't get back to the command prompt without pressing
> control-C then this is most likely your problem.
>
> Gadget/Steve
>
>

Thank you, Steve! You were right! I didn't properly destroy the main frame
on exit. Now the problem's gone.


-- 
Alexei Vinidiktov

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to