hi all,
I have compiles vmtk master from git , my paths and python paths are set
properly ( I can load all vtk, itk, vmtk except the last two lines below:
...
if os.name == 'posix':
    from libvtkvmtkCommonPython import *
    from libvtkvmtkComputationalGeometryPython import *
    from libvtkvmtkDifferentialGeometryPython import *
    from libvtkvmtkIOPython import *
    from libvtkvmtkMiscPython import *
    from libvtkvmtkRenderingPython import *
    from libvtkvmtkSegmentationPython import *
    from libvtkvmtkITKPython import *
else:
    from vtkvmtkCommonPython import *
    from vtkvmtkComputationalGeometryPython import *
    from vtkvmtkDifferentialGeometryPython import *
    from vtkvmtkIOPython import *
    from vtkvmtkMiscPython import *
    from vtkvmtkRenderingPython import *
    ==> from vtkvmtkSegmentationPython import *
    ==> from vtkvmtkITKPython import *

When loading vtkvmtkSegmentationPython,  I get error

    from vmtk import vmtkscripts
  File "C:\Development\install\VMTK\lib\vmtk\vmtk\vmtkscripts.py", line
118, in <module>
    exec('from '+item+' import *')
  File "<string>", line 1, in <module>
  File "C:\Development\install\VMTK\lib\vmtk\vmtk\vmtkactivetubes.py", line
21, in <module>
    import vtkvmtk
  File "C:\Development\install\VMTK\lib\vmtk\vmtk\vtkvmtk.py", line 23, in
<module>
    from vtkvmtkSegmentationPython import *
ImportError: DLL load failed: The specified procedure could not be found.


Does anyone know how to fix this ?

Thank you.

GT
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users

Reply via email to