2.5.3 bug

Hi Lacy.

I had a similar "unhandled exception" message and the problem was not with Python or wxPython. It was with my program. I was doing my first Drag and Drop operation. The DropTarget was not set up correctly. It must match the object and data format of the DropSource. Otherwise, you will get an unhandled exception. Are you doing something similar?

It would have been nice if wxPython would have been more informative in the dialog message.

Reuven Koblick

Laszlo Zsolt Nagy wrote:

···

Hi All!

I have a wxPython program that gives me an unhandled exception in Python.exe.

System: Windows 2003 Server Hungarian
Python version: 2.3.4 (#53)
wxPython version: 2.5.3

Here is the error message:

---------------------------
Unhandled exception: python.exe
---------------------------
Kivétel (unknown software exception (0xc0000096)) történt az alkalmazásban a következő helyen: 0x0134d635.

Where should I post this bug report?

Best,

Laci