
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
from traitsui.editors.range_editor import RangeEditor from tvtk.pyface.scene_editor import SceneEditor from mayavi.tools.mlab_scene_model import MlabSceneModelimport View, Item, Group, HGroup, spring

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
On Wed, Jul 27, 2011 at 8:32 AM, Andre Smit freev...@gmail.com wrote:
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
from traitsui.editors.range_editor import RangeEditor from tvtk.pyface.scene_editor import SceneEditor from mayavi.tools.mlab_scene_model import MlabSceneModelimport View, Item, Group, HGroup, spring
-- 1.7.6

Thanks for info, I will check it.
r.
On 07/27/11 15:36, Andre Smit wrote:
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
On Wed, Jul 27, 2011 at 8:32 AM, Andre Smitfreev...@gmail.com wrote:
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
from traitsui.editors.range_editor import RangeEditor from tvtk.pyface.scene_editor import SceneEditor from mayavi.tools.mlab_scene_model import MlabSceneModelimport View, Item, Group, HGroup, spring
-- 1.7.6

So the module that has __version__ attribute is now just "mayavi", right?
r.
On 07/27/11 15:38, Robert Cimrman wrote:
Thanks for info, I will check it.
r.
On 07/27/11 15:36, Andre Smit wrote:
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

yes
a.
On Wed, Jul 27, 2011 at 8:46 AM, Robert Cimrman cimr...@ntc.zcu.cz wrote:
So the module that has __version__ attribute is now just "mayavi", right?
r.
On 07/27/11 15:38, Robert Cimrman wrote:
Thanks for info, I will check it.
r.
On 07/27/11 15:36, Andre Smit wrote:
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
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel+unsubscribe@** googlegroups.com sfepy-devel%...@googlegroups.com. For more options, visit this group at http://groups.google.com/** group/sfepy-devel?hl=en http://groups.google.com/group/sfepy-devel?hl=en .

patch works like a charm - thx!
a.
On Wed, Jul 27, 2011 at 8:57 AM, Robert Cimrman cimr...@ntc.zcu.cz wrote:
Does the attached patch help?
r.
On 07/27/11 15:47, Andre Smit wrote:
yes
a.
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel+unsubscribe@** googlegroups.com sfepy-devel%...@googlegroups.com. For more options, visit this group at http://groups.google.com/** group/sfepy-devel?hl=en http://groups.google.com/group/sfepy-devel?hl=en .

Good, it's in!
r.
On 07/27/11 16:08, Andre Smit wrote:
patch works like a charm - thx!
a.
On Wed, Jul 27, 2011 at 8:57 AM, Robert Cimrmancimr...@ntc.zcu.cz wrote:
Does the attached patch help?
r.
participants (2)
-
Andre Smit
-
Robert Cimrman