Compiling a custom python library

Henning Kage c0dec at gmx.de
Wed Aug 25 11:44:47 EDT 2004


I'm writing a small Python library with some generic classes and
interfaces, that can be used within other Python projects in our company.
Would it be a better solution to compile this library into a Python DLL
(and if so, how can it be done) or to distribute the "raw" sourcecode of
these classes etc.? What would be the best solution, so that other
programmers can easily integrate this library into their own programs?



More information about the Python-list mailing list