On recompile I noticed that we need to fix setup.py and build-helper.py as well to prevent:
Missing optional package "enthought.mayavi"; you may get run-time errors
a
---
sfepy/postprocess/viewer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sfepy/postprocess/viewer.py b/sfepy/postprocess/viewer.py
index 6355073..43e21e4 100644
--- a/sfepy/postprocess/viewer.py
+++ b/sfepy/postprocess/viewer.py
@@ -17,7 +17,7 @@ except:
from traits.api \
import HasTraits, Instance, Button, Int, Bool, on_trait_change
from traitsui.api \
- import View, Item, Group, H2Group, spring
+ import View, Item, Group, HGroup, spring
from traitsui.editors.range_editor import RangeEditor
from tvtk.pyface.scene_editor import SceneEditor
from mayavi.tools.mlab_scene_model import MlabSceneModel
--
1.7.6