porting app to Windows XP

Hi,

You could for example write the errors to a file:
app = wx.App(1, <some_file>) # 1 for file, 0 for standard output

Regards,
antoine

Pietro wrote:

···

Hi,

I developed medium size GUI app (runing fine w/o errs on Linux box) and
then I need port it to Windows.

Installed all necessary on Windows (Python, wxPython) I tryied run app.
Alas, something went wrong, maybe a little error, but which kind of error?
I can't know it and this is the point.
After "python app.py" into DOS-prompt app start, get some error,
open stdout/stderr window, write error trackback and then CLOSE
stdout/stderr window. Yes, stdout/stderr window flash for cca 0.3 sec
and disappear. Nobody can read trackback, nobody can know which
error was.
Please, is there some setting for freeze stdout/stderr window?

Tnx in advance
Pietro

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org