New submission from Kay Hayen <kayha...@gmx.de>: 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 ---------- messages: 115235 nosy: kayhayen priority: normal severity: normal status: open title: The inittab modules cannot be packages type: feature request versions: Python 2.6, Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9716> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com