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 kayhayen
Recipients kayhayen
Date 2010-08-30.18:28:15
SpamBayes Score 6.083193e-05
Marked as misclassified No
Message-id <1283192897.9.0.714463074092.issue9716@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I try to include modules with PyImport_AppendInittab or PyImport_ExtendInittab and that works fine. But if these modules are part of a package, i.e. I provide "package_name.module_name" as the name, they never get considered.

Is there any way to add a package with modules below it from C/API? So that an import package_name.module_name from other modules will find it?

Yours,
Kay Hayen
History
Date User Action Args
2010-08-30 18:28:18kayhayensetrecipients: + kayhayen
2010-08-30 18:28:17kayhayensetmessageid: <1283192897.9.0.714463074092.issue9716@psf.upfronthosting.co.za>
2010-08-30 18:28:16kayhayenlinkissue9716 messages
2010-08-30 18:28:15kayhayencreate