Skip to content
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

error in PyPose.py and wxpython3.0 ubuntu16.04 #19

Open
tomsepe opened this issue Dec 23, 2018 · 0 comments
Open

error in PyPose.py and wxpython3.0 ubuntu16.04 #19

tomsepe opened this issue Dec 23, 2018 · 0 comments

Comments

@tomsepe
Copy link

tomsepe commented Dec 23, 2018

error in pypose.py

thomas@ubuntudev:~/pypose$ python PyPose.py
PyPose starting...
Traceback (most recent call last):
File "PyPose.py", line 417, in
frame = editor()
File "PyPose.py", line 156, in __init__elf.SetBackgroundColour(wx.NullColor)
AttributeError: 'module' object has no attribute 'NullColor'

so I changed
self.SetBackgroundColour(wx.NullColor)
to
self.SetBackgroundColour((179,179,179))

and now it runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant