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 aafshar
Recipients aafshar, georg.brandl
Date 2008-05-03.21:34:59
SpamBayes Score 0.015790574
Marked as misclassified No
Message-id <1209850501.35.0.126026896725.issue2747@psf.upfronthosting.co.za>
In-reply-to
Content
I have managed to reduce the bug to a tiuny test case. It seems that
this only happens when calling automodule directive on a package, with
code in __init__.py which registers a new GType. Moving the code to a a
regular module inside a package allows it to be imported normally.

I have attached the project directory, and there is a script "build.sh"
which just demonstrates how I run the builder to get the PYTHONPATH
correct to be able to improt the package.
History
Date User Action Args
2008-05-03 21:35:01aafsharsetspambayes_score: 0.0157906 -> 0.015790574
recipients: + aafshar, georg.brandl
2008-05-03 21:35:01aafsharsetspambayes_score: 0.0157906 -> 0.0157906
messageid: <1209850501.35.0.126026896725.issue2747@psf.upfronthosting.co.za>
2008-05-03 21:35:00aafsharlinkissue2747 messages
2008-05-03 21:35:00aafsharcreate