¡@

Home 

python Programming Glossary: myext

Using Cython To Link Python To A Shared Library

http://stackoverflow.com/questions/16993927/using-cython-to-link-python-to-a-shared-library

Assuming that the extension to be created will be called myext and the 3rd party shared library is libexternlib.so note the.. . topdown False for name in files if name.startswith myext and not name.endswith .pyx or name.endswith .pxd os.remove.. for name in dirs if name build shutil.rmtree name # build myext.so python extension to be added to PYTHONPATH afterwards.....