I am using Anaconda Python and installed the traits api and traits ui using conda. I am on win 7. When I try to run simple hello world type scripts, I get an error saying
File "C:\Anaconda2\lib\site-packages\traits\has_traits.py", line 2172, in configure_traits kind, handler, id, scrollable, args ) File "C:\Anaconda2\lib\site-packages\traitsui\toolkit.py", line 291, in view_application raise NotImplementedError NotImplementedError
Is this a anaconda specific traits error or something i am missing completely?