-
Notifications
You must be signed in to change notification settings - Fork 11
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
Auto_view example not working #74
Comments
What happens when you run the unit tests for traits-enaml (with An import error for that module implies that something is going wrong in the Enaml import machinery, but right now I can't think of what might be causing that. |
Hi, the auto_view test works. __ (nosetests fails only on the opengl test) ERROR: test_gl_canvas_draw (traits_enaml.tests.test_gl_canvas.GLCanvasTestCase)Traceback (most recent call last): Ran 49 tests in 6.583s |
Hmm... Stranger still. Did you install traits-enaml (with |
It works when I install it with python setup.py develop! I have tried both directly to install it with a "install" and through a conda package (a python setup.py install in a clean environment), none of these did work. |
Hi,
The auto_view example seems not to work.
When running it gets a
Traceback (most recent call last):
File "auto_view.py", line 20, in
from traits_enaml.widgets.auto_view import auto_window
File "build\bdist.win-amd64\egg\traits_enaml\widgets\auto_view.py", line 19, in
import traits_enaml
ImportError: No module named auto_editors
traits v4.5.0, enaml 0.9.8
traits-enaml from git
Python 2.7.10
Regards
The text was updated successfully, but these errors were encountered: