Dear VMTK Users,
I'm a newbie programmer (actually cannot call myself a programmer) and I have a problem with VMTK. I've created a software based on Python and wxPython wrapper as a GUI and I would like to implement some functionalites of VMTK into it (or programatically enable sending data from my software to VMTK), however, major problem arises at this stage.
I have installed python 2.7.x. All modules that I'm working with have been installed through pip-option (was using mainly .whl files), including specific version of VTK. When I installed VMTK, it didn't work (vtkCommonCorePython module not found), however, my script worked. When I copied the vtk folder (from vmtk folder) and pasted it into site-packages (yes, I replaced the former vtk folder), VMTK worked, however, when I launched my program I had an error 'no module vtkCommonCorePython'.
So my question is: how to install VMTK so it works together with a script that uses modules from VTK? If there is an option within VMTK to create a proper file from 3D numpy arrays (in my script I have 3D numpy arrays from which I generate STL file via MarchingCubes), then I can uninstall my current vtk and concentrate mainly on VMTK, but I haven't found anything about creating proper, compatible file from 3D numpy array by VMTK (that's why I needed VTK).
Sorry for a long and complex text, but I hope you understand my problem. P.S. I have added PYTHONPATH env. variable, but it didn't solve the problem.
Kind regards,
Zibi