Phoenix Runtime Bug

import wx

Traceback (most recent call last):

File “”, line 1, in

File “C:\Python33\lib\site-packages\wx_init_.py”, line 17, in

from wx.core import *

File “C:\Python33\lib\site-packages\wx\core.py”, line 2810, in

EVT_DIRCTRL_CHANGED = wx.PyEventBinder( wxEVT_DIRCTRL_CHANGED, 1 )

NameError: name ‘wxEVT_DIRCTRL_CHANGED’ is not defined

This happens in Phoenix r74015 for platform win64 and for Python 3.3.

Bo�tjan Mejak wrote:

>>> import wx
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "C:\Python33\lib\site-packages\wx\__init__.py", line 17, in <module>
     from wx.core import *
   File "C:\Python33\lib\site-packages\wx\core.py", line 2810, in <module>
     EVT_DIRCTRL_CHANGED = wx.PyEventBinder( wxEVT_DIRCTRL_CHANGED, 1 )
NameError: name 'wxEVT_DIRCTRL_CHANGED' is not defined

This happens in Phoenix r74015 for platform win64 and for Python 3.3.

The fix has already been made and will be in the next build. wxTrac has been migrated to GitHub Issues - wxWidgets

···

--
Robin Dunn
Software Craftsman