Hi Greg,
sorry for the wait.
Thanks for the report, it looks like there are missing symbols in the dll that is
loaded by the pyd, although it's hard to understand what's going on in the absence
of more information.
If you don't need functionality in Segmentation, commenting out the incriminated lines
in vtkvmtk.py will do for now.
We'll investigate further, just let me know if you find something out yourself.
Best,
Luca
On Apr 25, 2013, at 3:37 AM, Greg Fokum wrote:
> 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 cou:ld 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
> vmt...@li...
> https://lists.sourceforge.net/lists/listinfo/vmtk-users
|