ccgreen13 / gui2py

Automatically exported from code.google.com/p/gui2py
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Install on Mac Fails #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. List of Dependencies
2. Bundling dependencies in installer

What is the expected output? What do you see instead?
Successful install but I see 'No module named adv'

What version of the product are you using? On what operating system?
The third alpha release on OSX Maverics (latest patch level)

Original issue reported on code.google.com by aidden.k...@gmail.com on 23 May 2014 at 4:29

GoogleCodeExporter commented 9 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