Thorsten Henninger wrote:
Hi,
I installed Python 2.3.1 and I am using wxPython 2.4.1.2 on Windows 2000.
I noticed, that my application crashes without any error messages!
If you run with python.exe from a command-line window do you still not get any messages?
(My Hardware is not the fault!)
The crash is not reproducible. I am not sure yet, but it seems, that a crash only occures when I am clicking on a wxTreeCtrl.
On Python2.2.3 everything worked fine, and I did not have such problems at all!
What events of the tree ctrl to you handle? Doing anything tricky in those handlers?
By the way: I used pycurl, which does not work with Python2.3 anymore, because the C-API in Python2.3 has changed.
For example I got the error: Fatal Python error: GC object already tracked while using pycurl.May this cause problems with wxPython as well?
I don't think so.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!