Creating a binary only python distribution of a C extension module and including some additional python and c files in it

2012-01-01 Thread akhilesh singhania
Hi, I have a extension module in C which I want to distribute in binary format, ideally an rpm. Additionally, I want to include some python files (examples on how to use the extension module) and source for a library the module dynamically links to (c,h, and make files). How do I specify the exam

Creating a binary only python distribution of a C extension module and including some additional python and c files in it

2011-12-30 Thread akhilesh singhania
Hi, I have a extension module in C which I want to distribute in binary format, ideally an rpm. Additionally, I want to include some python files (examples on how to use the extension module) and source for a library the module dynamically links to (c,h, and make files). How do I specify the exam