Installing/Using SWIG for python again

Robert Kern rkern at ucsd.edu
Sat Aug 6 07:11:20 EDT 2005


Jerry He wrote:

> Ok, I managed to get rid of the weird Tcl_Append, and
> strlen error messages, but right now I'm left with
> undefined references to what seems like Python-C API
> objects. 
> 
> Does anyone know how to handle these undefined
> references?

Write a distutils setup.py script to do all of the compiling and linking.

http://docs.python.org/dist/setup-script.html

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list