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 Alexandr
Recipients Alexandr, r.david.murray, vinay.sajip
Date 2011-08-10.17:36:20
SpamBayes Score 1.1961231e-06
Marked as misclassified No
Message-id <1312997781.25.0.918814236691.issue12718@psf.upfronthosting.co.za>
In-reply-to
Content
As I understand, you created importer as a class attribute, so we can opportunity set import function to importer when inheritance new class from BaseConfigurator(# We might want to use a different one, e.g. importlib)? As example importer = import_module # from importlib.

>It still works for me without winpdb/rpdb2, so you should probably report this there. Can you confirm that it works as expected when you do "python manage.py help"?

You true. rpdb2 create wrapper for __import__ and self.importer not work such __builtin__ __import__

ps. Sorry for bad english, it is't primary language.
History
Date User Action Args
2011-08-10 17:36:21Alexandrsetrecipients: + Alexandr, vinay.sajip, r.david.murray
2011-08-10 17:36:21Alexandrsetmessageid: <1312997781.25.0.918814236691.issue12718@psf.upfronthosting.co.za>
2011-08-10 17:36:20Alexandrlinkissue12718 messages
2011-08-10 17:36:20Alexandrcreate