PATHC:\Program Files\vmtk\Install\bin;C:\Program Files\vmtk\Install\lib;C:\Program Files\vmtk\Install\lib\vtk-5.8;C:\Program Files\vmtk\Install\lib\vmtk;PYTHONPATHC:\Program Files\vmtk\Install\lib\vmtk;C:\Program Files\vmtk\Install\bin\Python;
--
You received this message because you are subscribed to the Google Groups "vmtk-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vmtk-users+...@googlegroups.com.
To post to this group, send email to vmtk-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
'PATH': 'C:\\Users\\adam\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts;C:\\Users\\adam\\AppData\\Local\\Programs\\LLNL\\VisIt 2.6.2;C:\\Python27;C:\\Python27\\Scripts; C:\\Program Files\\vmtk\\Install\\bin; C:\\Program Files\\vmtk\\Install\\lib\\vmtk; C:\\Program Files\\vmtk\\Install\\lib\\vtk-5.8; '
'PYTHONPATH': 'C:\\Program Files\\vmtk\\Install\\bin; C:\\Program Files\\vmtk\\Install\\lib\\vmtk; C:\\Program Files\\vmtk\\Install\\lib\\vtk-5.8;'
from vmtk import pypes
from vmtk import vmtkscripts
from vmtk import vtkvmtk
from vmtk import pypes
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Windows\<ipython-input-1-78716b740622> in <module>()
----> 1 from vmtk import pypes
ImportError: No module named vmtk
from vmtk import vmtkscripts
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Windows\<ipython-input-4-da5e9b60aba0> in <module>()
----> 1 from vmtk import vmtkscripts
ImportError: No module named vmtk
from vmtk import vtkvmtk
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Windows\<ipython-input-5-6273140635ec> in <module>()
----> 1 from vmtk import vtkvmtk
ImportError: No module named vmtk
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Python27\lib\site-packages\IPython\utils\py3compat.pyc in execfile(fname, glob, loc)
166 else:
167 filename = fname
--> 168 exec compile(scripttext, filename, 'exec') in glob, loc
169 else:
170 def execfile(fname, *where):
C:\Users\adam\Desktop\env_vars.py in <module>()
12 import vmtk
13 from vmtk import pypes
---> 14 from vmtk import vtkvmtk
15
16 print dir(vtkvmtk)
C:\Program Files\VMTK\Install\lib\vmtk\vmtk\vtkvmtk.py in <module>()
15 from libvtkvmtkITKPython import *
16 else:
---> 17 from vtkvmtkCommonPython import *
18 from vtkvmtkComputationalGeometryPython import *
19 from vtkvmtkDifferentialGeometryPython import *
ImportError: DLL load failed: The specified procedure could not be found.