Dear all,
I tried to install vistrails on a Debian system. When calling vistrails with python 2.6.6 and trying to enable the alps module in the preferences error messages appear concerning the alps initialization:
Critical message: Initialization of package 'alps' failed
Package 'ALPS' failed to initialize, raising 'ImportError: No module named modules.constant_configuration'. Traceback: Traceback (most recent call last): File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/core/modules/module_registry.py", line 1355, in initialize_package package.initialize() File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/core/modules/package.py", line 368, in initialize __import__(name, globals(), locals(), []) File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/core/modules/package.py", line 262, in _import (name, globals, locals, fromlist, level)) File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/packages/alps/init.py", line 17, in <module> import parameters File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/core/modules/package.py", line 262, in _import (name, globals, locals, fromlist, level)) File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/packages/alps/parameters.py", line 22, in <module> from gui.modules.constant_configuration import StandardConstantWidget File "/tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/core/modules/package.py", line 262, in _import (name, globals, locals, fromlist, level)) ImportError: No module named modules.constant_configuration
Time: 2012-03-06 12:18:54,455 Location: /tmp/spielwiese/vistrails-src-1.7-51517a6cdab6/vistrails/gui/preferences.py, line 308
Any ideas? :-)
Best wishes Andreas