Re: [vmtk-users] Problems using VMTK python libraries on python 2.7.3

2012-07-01 Thread Luca Antiga
Hi Miguel, non-system Python is a pain, but I guess you've already discovered it :-) The latest issue you are having is related to the fact that VTK used by vmtk is not the official VTK, but it's a fork, differing from the official VTK just by two tiny commits. The commits are related to the C

Re: [vmtk-users] Problems using VMTK python libraries on python 2.7.3

2012-06-29 Thread Miguel Sotaquira
Hi again, I tried also this workaround: - Compiled ITK and VTK first (VTK including python support) using my version of python (2.7.3) - Configured VMTK using ccmake ../VMTK_source_dir and set USE_SYSTEM_ITK, USE_SYSTEM_VTK both to ON, and then set VTK_DIR and ITK_DIR accordingly. - Then make on T

[vmtk-users] Problems using VMTK python libraries on python 2.7.3

2012-06-28 Thread Miguel Sotaquira
Hi Luca, I want to use some of the vmtk python scripts and libraries to implement my own application. Basically from python (or ipython) I want to be able to do "import vtkvmtk". My configuration is: - Mac OS X 10.6.8 - Python 2.7.3 (installed via Macports) In order to use vmtk I've tried several