I am using Python 3.4, wxPython_Phoenix-3.0.3 and windows 7 (64 bit). I posted a prior issue with my system not recognizing wx.DatePickerCtrl providing the following message: test8010.py", line 10, in init self.datepick = wx.DatePickerCtrl(self.panel,-1, pos=(20,15), AttributeError: 'module' object has no attribute 'DatePickerCtrl'.
The it occurred to me that maybe DatePickerCtrl does not work with Python 3.4. Does anyone know? Thanks a bunch from a newby.
Michael