Error with Python

R

Robert

Hello

I have created a tool in Python 2.3 under WinXP
Now I extended this tool and now my tool makes Python crash. I see Dr Watson
showing a stacktrace.
This tool also uses wxPython.

Dr Watson says:
AppName: python.exe
AppVer: 0.0.0.0
ModName: python23.dll
ModVer: 2.3.5150.1012
Offset: 0003736a

The stacktrace is very long and I don't know how to copy and paste it,
because it cannot be selected. (I have made some screenshots)

Python crashes as I can see from my tools log file, when the tool is
handling messages on the Queue object. My tool is multi threaded and unsing
Queue to send messages between threads and the main GUI thread.

My questions now are:
- can I get some help from somebody on this problem (is Python 2.3
supported)?
- how do I find out if this is Python or wxPython related problem?
- which information or tool could help me to search for the problem myself?
- do I have to be the absolute Python guru to find the problem or is it
enough to know programming a little bit?
- where to start?


I would change to Python 2.4 but then I have also to change to new wxPython
and this is a big migration effort (I have tried already).

Hope someone can give me some hints...

Regards

Robert
 
S

Scott David Daniels

Robert said:
Hello

I have created a tool in Python 2.3 under WinXP
Now I extended this tool and now my tool makes Python crash. I see Dr Watson
showing a stacktrace.
This tool also uses wxPython.

Dr Watson says:
AppName: python.exe
AppVer: 0.0.0.0
ModName: python23.dll
ModVer: 2.3.5150.1012
Offset: 0003736a

The stacktrace is very long and I don't know how to copy and paste it,
because it cannot be selected. (I have made some screenshots)

Python crashes as I can see from my tools log file, when the tool is
handling messages on the Queue object. My tool is multi threaded and unsing
Queue to send messages between threads and the main GUI thread.

My questions now are:
- can I get some help from somebody on this problem (is Python 2.3
supported)?
- how do I find out if this is Python or wxPython related problem?
- which information or tool could help me to search for the problem myself?
- do I have to be the absolute Python guru to find the problem or is it
enough to know programming a little bit?
- where to start?


I would change to Python 2.4 but then I have also to change to new wxPython
and this is a big migration effort (I have tried already).

Hope someone can give me some hints...

Regards

Robert
You could ask about this on the wxPython mailing list (accessible as
and if it important enough to
you, offer a bounty for help reflecting its importance to you.

--Scott David Daniels
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,264
Messages
2,571,314
Members
47,993
Latest member
Meri511146

Latest Threads

Top