Hi all,


   I'm in the process of learning to write python scripts using vmtk modules 
from a windows system. I downloaded the vmtk-0.9.0-win64.exe.  When I try to 
walkthrough the  advanced pypes tutorial on the vmtk.org website, I'm given the 
following error:



C:\Program Files (x86)\TestScripts>python TEST.py

Traceback (most recent call last):

    File "TEST.py", line 6, in <module>

        from vmtk import vmtkscripts

    File "C:\Program Files (x86)\vmtk 0.9.0\lib\vmtk\vmtk\vmtkscripts.py", line 
112, in <module>

        exec('from '+item+' import *')

    File "<string>", line 1, in <module>

    File "C:\Program Files (x86)\vmtk 0.9.0\lib\vmtk\vmtk\vmtkactivetubes.py", 
line 18, in <module>

        import vtk

ImportError: No module named vtk



Looking at the vmtkscripts.py file, I noticed that it does not begin with 
#!/usr/bin/env python. Could this be why it does not execute? Is there are step 
that I might be missing?



Thanks,

Ben
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users

Reply via email to