Open priyanka1023 opened 5 years ago
The is_running
Timer issue looks like a bug in Pyface. Can you please open a ticket there.
The issue with the Scene
object is a known bug in the most recent release of TraitsUI that is fixed in master.
To resolve at least 2 of these issues, the simplest may be to base yourself off of Pyface 6.0 and TraitsUI 6.0 until there are bugfix releases.
Thanks a lot. Changing Pyface and TraitsUi solved three of the issues. But still test_mlab_savefig.py test still fails with the same error. Do you have any idea what could be the issue?
after installing mayavi using pip in python 2.7 environment the followng four test failed. 1.test_mlab.py 2.test_mlab_savefig.py 3.test_mlab_show.py 4.test_mlab_envisage.py Pyside version 1.2.4
test_mlab.py
test_mlab_savefig.py
test_mlab_show.py
test_mlab_envisage.py
Any idea what could be the underlying issue?