[vtkusers] vtk.vtkVersion() not exposed to python?
    Prabhu Ramachandran 
    prabhu_r at users.sf.net
       
    Fri May  5 05:04:05 EDT 2006
    
    
  
>>>>> "JCT" == Johann Cohen Tanugi <cohen at slac.stanford.edu> writes:
    JCT> Well at least I see a few ways I can patch MayaVi locally in
    JCT> order to be able to run it.....  I do not understand how I
    JCT> can be missing this lib and still be able to test the python
    JCT> functionalities to vtk fine....
Try this and see if it helps refine your search for the error:
 >>> from vtk import common
 >>> common.vtkVersion.GetVTKVersion()
 '5.0.0'
cheers,
prabhu
    
    
More information about the vtkusers
mailing list