Open GoogleCodeExporter opened 8 years ago
had the same problem.
'No module named adv'
can temporarily be fixed (assuming one has an updated version of wx)
by commenting out some lines in "gui/controls/textbox.py".
(replace lines 312-320 by
DatePickerCtrl = wx.DatePickerCtrl
DP_STYLE = wx.DP_DROPDOWN | wx.DP_SHOWCENTURY | wx.DP_ALLOWNONE | wx.DP_DEFAULT
see attachment)
then delete the "gui/controls/textbox.pyc" and run it again.
Original comment by benh.sch...@gmail.com
on 22 Aug 2014 at 12:29
Original issue reported on code.google.com by
aidden.k...@gmail.com
on 23 May 2014 at 4:29