[Python-Dev] Adding a C Module to python source distribution
Christian Heimes
lists at cheimes.de
Fri Aug 28 14:58:31 CEST 2009
More information about the Python-Dev mailing list
Fri Aug 28 14:58:31 CEST 2009
- Previous message: [Python-Dev] Adding a C Module to python source distribution
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Shashank Singh wrote: > Do I need to register this module some place else too (setup.py?) ? > > Any hints and pointers will be appreciated :) You have to add the module and its initializer to PC/config.c, too. Christian
- Previous message: [Python-Dev] Adding a C Module to python source distribution
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list