Is DatePickerCtrl been update to work with Python 3.4, wxPython_Phoenix 3.0.3 and Windows 7

北城以北 提交于 2019-12-11 02:48:57

问题


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


回答1:


Yes, but in Phoenix it is in wx.adv, see: http://wxpython.org/Phoenix/docs/html/adv.1classindex.html

Another good documentation page for changes in Phoenix is: http://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html



来源:https://stackoverflow.com/questions/29335543/is-datepickerctrl-been-update-to-work-with-python-3-4-wxpython-phoenix-3-0-3-an

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!