How to add a built-in library in pyhton

Lutz Horn lutz.horn at posteo.de
Fri Mar 17 04:27:39 EDT 2017


Am 17.03.2017 05:08 schrieb chenchao:
>    I use python2.7.10 and want to add a c language library in python.
> So how can i built it as a built-in module in python?

Why do you want to build it as a built-in module? Why not a simple 
module as described on https://docs.python.org/2/extending/index.html ?

Lutz




More information about the Python-list mailing list