>>> 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.