Hi,
over and over again I find myself installing mayavi2 and this time I get an
error which I haven't seen before. Upon running mayavi2 or any of the tvtk
examples I get:

Traceback (most recent call last):
  File "ivtk_example.py", line 16, in ?
    from enthought.pyface import GUI
  File "/home/ck/prog/scipy/sci/enthought/pyface/__init__.py", line 29, in ?
    from widget import Widget
  File "/home/ck/prog/scipy/enthought/pyface/widget.py", line 21, in ?
  File "/home/ck/prog/scipy/sci/enthought/pyface/gui.py", line 22, in ?
    from enthought.logger import logger
  File "/home/ck/prog/scipy/sci/enthought/logger/__init__.py", line 1, in ?
    from api import *
  File "/home/ck/prog/scipy/sci/enthought/logger/api.py", line 3, in ?
    from filtering_handler import FilteringHandler
  File "/home/ck/prog/scipy/sci/enthought/logger/filtering_handler.py", line 24,
in ?
    from util import get_module_name
  File "/home/ck/prog/scipy/sci/enthought/logger/util.py", line 14, in ?
    from enthought.io import File
  File "/usr/lib/python2.4/site-packages/PIL/__init__.py", line 14, in ?

  File "/home/ck/prog/scipy/enthought/io/file.py", line 25, in ?
  File "/home/ck/prog/scipy/enthought/io/file.py", line 66, in File
  File "/home/ck/prog/scipy/sci/enthought/traits/traits.py", line 567, in 
Instance
    module = stack(1)[1][0].f_globals.get( '__name__' ) )
  File "/usr/lib/python2.4/inspect.py", line 819, in stack
    return getouterframes(sys._getframe(1), context)
  File "/usr/lib/python2.4/inspect.py", line 800, in getouterframes
    framelist.append((frame,) + getframeinfo(frame, context))
  File "/usr/lib/python2.4/inspect.py", line 775, in getframeinfo
    lines, lnum = findsource(frame)
  File "/usr/lib/python2.4/inspect.py", line 437, in findsource
    if pat.match(lines[lnum]): break
IndexError: list index out of range

This is with python 2.4, scipy 0.5, numpy 1.0b
Any ideas?

Regards, Christian



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to