Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Wxpython demo crashes

Reply
Thread Tools

Wxpython demo crashes

 
 
Pekka Karjalainen
Guest
Posts: n/a
 
      06-07-2005
I'm using WinXP (Finnish), Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC
v.1310 32 bit (Intel)] on win32 and wxPython 2.6.0.1.

When I go to the Process and Events section in the wxDemo and run the
Process demo, bad things can happen. It crashes. I think the crash is
caused by characters outside the basic ASCII range, but I haven't tested
it in detail.

This is reproducible on my system:

Start Wxdemo. Go to Process and Events and choose Process item.
Choose Demo tab, and click Execute so the child process starts.
Enter the single character <ä> into the text input and click send.

Result: Up pops "The program has performed an illegal operation and will
be shut down". (Or however that goes in English.) And it is shut down.

The character in the angle brackets is a with an umlaut, which you can
get with the alt-code 132.

Does this happen to anyone else? Can I give more useful details?

I haven't run into other problems with wxpython. It's great in fact. I'm
finally seeing some point in learning GUI programming myself

--
Pekka Henrik Karjalainen -+- Oulu, Finland

 
Reply With Quote
 
 
 
 
Greg Krohn
Guest
Posts: n/a
 
      06-07-2005
Pekka Karjalainen wrote:
> I'm using WinXP (Finnish), Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC
> v.1310 32 bit (Intel)] on win32 and wxPython 2.6.0.1.
>
> When I go to the Process and Events section in the wxDemo and run the
> Process demo, bad things can happen. It crashes. I think the crash is
> caused by characters outside the basic ASCII range, but I haven't tested
> it in detail.


Do you have the unicode version of wxPython?

http://prdownloads.sourceforge.net/w...6.1.0-py24.exe
^^^^^^^
 
Reply With Quote
 
 
 
 
Pekka Karjalainen
Guest
Posts: n/a
 
      06-08-2005
In article <xPmpe.598$ t>,
Greg Krohn wrote:
> Do you have the unicode version of wxPython?
>
> http://prdownloads.sourceforge.net/w...6.1.0-py24.exe


I think I do, because it shows the Unicode demo correctly, and I recall
that I specifically chose that from the download section. I'm not at the
right computer ATM, however, so I will have to check this later to be
sure.

--
Pekka Henrik Karjalainen -+- Oulu, Finland
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
wxPython demo /Process does not open new demo Andy Leszczynski Python 1 02-18-2005 06:03 PM
problem running wxPython demo.py Ken Dere Python 1 05-13-2004 04:28 PM
wxpython demo under linux C GIllespie Python 2 05-12-2004 02:34 PM
PyOpenGL demo in wxPython demo crashes F. GEIGER Python 9 05-03-2004 04:43 PM
Problem starting running demo.py with new wxPython-2.4.1.2 Doug Farrell Python 0 08-14-2003 03:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57