This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients blakemadden, brett.cannon
Date 2008-12-09.18:35:05
SpamBayes Score 0.0902724
Marked as misclassified No
Message-id <1228847706.28.0.409173080636.issue4612@psf.upfronthosting.co.za>
In-reply-to
Content
Are you returning the module in your extension's init function? The
import machinery takes the returned module from the init function and
adds it to sys.modules for you.
History
Date User Action Args
2008-12-09 18:35:06brett.cannonsetrecipients: + brett.cannon, blakemadden
2008-12-09 18:35:06brett.cannonsetmessageid: <1228847706.28.0.409173080636.issue4612@psf.upfronthosting.co.za>
2008-12-09 18:35:05brett.cannonlinkissue4612 messages
2008-12-09 18:35:05brett.cannoncreate