SWIG again

J

Jerry He

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

Ok, I wrote the following distutils setup.py script
from distutils.core import setup, Extension

setup (name = 'example',
version = '2.4',
ext_modules = [Extension('example', \ ['example.c',
'example_wrap.c'])] )


I put it in the same directory as the extension files
and I ran from the command line

python setup.py install,

and nothing happened...

Someone help me!!

-Jerry





____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,311
Members
47,983
Latest member
Derek9890

Latest Threads

Top