[vtkusers] Python wrapper...(how to use?, how to compile?, where is source code?)

REGAT-BARREL Aurélien arbvtk at yahoo.fr
Wed Aug 25 07:42:31 EDT 2004


Hi,
Python C API is the C API which is used to "talk" to the Python interpreter, and VTK needs it to create the Python wrapper. It is the same for Tcl (TCL C API), and I think for Java (maybe it needs JNI).
Simply download and install Python for Windows.
CMake should then automatically find the bin / libs.
But it will not find the debug version of Python lib (because the installer doesn't ship it), so you will get a warning. Ignore it, and compile VTK in Release mode with VC++. It should work.

s comp <sscomp2004 at yahoo.com.au> wrote:
Ok I don't really know what I'm doing then.
 
What is Python C API?
 
Some errors include:
 
pYTHON_DEBUG_LIBRARY-NOT FOUND
PYTHON_EXECUTABLE NOT FOUND
.
.
.
 
sIMILARLY i CANNOT COMPILE TCL OR JAVA WRAPPERS
 
Thanks,
 
Tahwwhat




Aurélien REGAT-BARREL 
My VTK blog : http://aurelien_regat-barrel.blogspot.com


		
---------------------------------
Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Créez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis.Téléchargez GRATUITEMENT ici !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040825/a11f3ea3/attachment.htm>


More information about the vtkusers mailing list