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

TraitsUIPanel has no attribute GetValue #1

Closed
joshmarshall opened this issue Jun 4, 2011 · 1 comment
Closed

TraitsUIPanel has no attribute GetValue #1

joshmarshall opened this issue Jun 4, 2011 · 1 comment

Comments

@joshmarshall
Copy link

When running the Traits examples/demo/Standard_Editors/ColorEditor_demo.py, I tried to enter a text value ("olive") into the Color field as well as modify the rgb() value, and both times received the following traceback:

Traceback (most recent call last):
File "/home/jmarshall/env/ets/lib/python2.7/site-packages/traitsui-3.6.1-py2.7.egg/traitsui/wx/color_editor.py", line 250, in update_object
self.value = w3c_color_database.Find(self.control.GetValue())
AttributeError: 'TraitsUIPanel' object has no attribute 'GetValue'

@WarrenWeckesser
Copy link
Contributor

Fixed in 2f4ba8f. Thanks for reporting the problem.

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

2 participants