[vtkusers] embedding python in a vtk plugin
    Nehme Bilal 
    nbilal at mirarco.org
       
    Thu May  7 13:21:41 EDT 2009
    
    
  
Hi all,
I am trying to call a python script from my vtk plugin. 
First I tried to include "Python.h" or "vtkPython.h" but I 
am getting the following error:
fatal error LNK1104: cannot open file 'python25.lib'
When I built vtk, I did enable python and I have the 
python directory in my path. Should I add something to my 
plugin cmake list ? how can I fix this problem ?
Thank you.
    
    
More information about the vtkusers
mailing list