Hi,
I recently updated to 2.6.0.0 on WinXP. The following code will cause a
crash in 2.6, but not in
2.5:
import wx
app = wx.PySimpleApp()
app = wx.PySimpleApp()
As Robin says, it is a problem in 2.6.0.0 I solve the problem upgrading to
a newer, pre-release version there is the problem fixed.
Vladimir Ignatov