flybeyond / arbotix

Automatically exported from code.google.com/p/arbotix
0 stars 0 forks source link

Resolve issues with wxpython2.9 #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i have aproblem with starting pypose
i download python2.7,wxpython2.9 and pyserial
i install them when i try to start pypose i had this message

Traceback (most recent call last):
File "C:\Users\abdo\Desktop\pypose\arbotix-pypose-v1.1-beta1\pypose\PyPose.py", 
line 373, in <module>
frame = editor()
File "C:\Users\abdo\Desktop\pypose\arbotix-pypose-v1.1-beta1\pypose\PyPose.py", 
line 136, in __init__
self.SetBackgroundColour(wx.NullColor) # 
wx.SystemSettings.GetColour(wx.SYS_COLOUR_MENU)
AttributeError: 'module' object has no attribute 'NullColor'

Original issue reported on code.google.com by MFergs7@gmail.com on 23 Aug 2011 at 10:41

GoogleCodeExporter commented 9 years ago
https://github.com/vanadiumlabs/pypose/issues/1

Original comment by MFergs7@gmail.com on 11 Feb 2013 at 11:01