I am a bit of a newbie for desktop app development, and I ran into this issue learning python/wxPython in which wx crashes when entering the frame.
There seems to be a bug already reported http://trac.wxwidgets.org/ticket/10203 however I also noticed that the 64 bit installation package for has a bug in which it doest not detect the installation path for python 2.6 .
Hi,
I am a bit of a newbie for desktop app development, and I ran into this issue learning python/wxPython in which wx crashes when entering the frame.
There seems to be a bug already reported wxTrac has been migrated to GitHub Issues - wxWidgets however I also noticed that the 64 bit installation package for has a bug in which it doest not detect the installation path for python 2.6 .
Can anyone help me on how to fix these 2 issues?
For now the best thing to do is go back to a Python 2.5 version of wxPython and wait for the next release for the fixes.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Thank you! quick solution but i think it will do for the meantime!
···
On Thu, Nov 20, 2008 at 12:29 PM, Robin Dunn robin@alldunn.com wrote:
Samuel Morhaim wrote:
Hi,
I am a bit of a newbie for desktop app development, and I ran into this issue learning python/wxPython in which wx crashes when entering the frame.
There seems to be a bug already reported http://trac.wxwidgets.org/ticket/10203 however I also noticed that the 64 bit installation package for has a bug in which it doest not detect the installation path for python 2.6 .
Can anyone help me on how to fix these 2 issues?
For now the best thing to do is go back to a Python 2.5 version of wxPython and wait for the next release for the fixes.