Re: How to add a built-in library in pyhton

2017-03-17 Thread Lutz Horn
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.

How to add a built-in library in pyhton

2017-03-16 Thread chenchao
Hello, everybody: 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? -- https://mail.python.org/mailman/listinfo/python-list