Export to GitHub

gui2py - issue #13

Install on Mac Fails


Posted on May 23, 2014 by Quick Kangaroo

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)

Comment #1

Posted on Aug 22, 2014 by Happy Bird

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.

Status: New

Labels:
Type-Defect Priority-Medium