i have a python application which has a small extension module
it needs. (written in C for speed). does anyone have an example
setup.py script that will build the extension, but leave the
finished module in the current directory (and not intall to
PYTHONHOME?)
thanks
|