Re: Print redirection problem

Phil <[email protected]> Mon, 12 Jul 2021 18:38:56 +1000
Newsgroups gmane.comp.python.wxpython
Message-ID <[email protected]>
On 11/7/21 8:39 pm, Rolf wrote:
> class MyApp(wx.App):
>      def __init__(self, redirect=True, filename=None):
>          print('App __init__') # This is printed to the console
>          super().__init__(redirect, filename)

Thank you Rolf.

-- 

Regards,
Phil

-- 
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/eef11ce5-8a0e-0667-7131-e6885be97f3d%40gmail.com.