-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullColor causes problems with wxpython2.9 #1
Comments
+1 it sucks not to be able to run PyPose on a Mac easily. All I want to do with it is set the ids of my servos! |
Could you pull the latest and see if it works for you? |
I think #6 could be related to 2.9; so even if the I say 'I think' because I couldn't get PyPose running with |
A single ticket for all 2.9 issues is really too broad, individual tickets are more targeted and easily serviced. It appears this patch does fix the specific problem this ticket is focused on -- I've updated the description accordingly to properly scope it, and am closing. |
i have a problem 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
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'
(imported from https://code.google.com/p/arbotix/issues/detail?id=27)
The text was updated successfully, but these errors were encountered: