
May 22nd, 2004, 07:12 PM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
wxPython program segfaults
I am trying to run an app, SE|PY ActionScript Editor for Flash
(http://www.sephiroth.it/python/sepy.php ), on a Mandrake 9.2 Linux system. When I try and run the app, it gets as far as displaying the splash screen and then quits with
Segmentation fault.
The author has no Linux system to test on and says he has never seen this error message on any Windows test. He recommended I search for causes of Segmentation fault errors on Python forums.
My Python: 2.3.3
wxPython: 2.5.1.5 (installed to run this app. on instructions from developer)
Can anybody suggest where I can start tracking down the cause of this error? I'm not a Python programmer and have no knowledge of how to debug Python scripts, although I have error-trapping experience in scripting languages such as PHP, ActionScript and JavaScript.
Thanks for any help you can offer!
|