>>>>> "Colin" == Colin Cotter <[EMAIL PROTECTED]> writes:

    Colin> Dear list, I'm running Mayavi 1 on unstable Debian, and I'm
    Colin> struggling to get my user-defined plugins loaded. I've
    Colin> added the path containing Modules, Filters using
    Colin> preferences, and our new filters now appear in Visualize ->
    Colin> Filters -> User but when I click on one, I get:

    Colin> Exception:
    Colin> /var/lib/python-support/python2.4/mayavi/Common.py:588:ImportError:No
    Colin> module named IsoSurfaceProbe (in mod_fil_import)

    Colin> Is this a problem with my setup?

I suspect it is a problem with your user defined module.  The error
message is extremely misleading I agree.  

Just cd to your user defined "Modules" directory and try to import
your user module/filter/source.  My guess is your module won't import.
Further, I guess that the reason you are seeing this is that with the
newer VTK releases (starting with 5.x) you can no longer do "import
vtkpython".  replace your vtkpython's with 'vtk' and you should be all
set.  I tested and ran into this with some of my own old test user
defined modules.

HTH.
prabhu

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to