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 tarek
Recipients tarek
Date 2008-09-28.09:58:20
SpamBayes Score 2.109698e-10
Marked as misclassified No
Message-id <1222595903.95.0.266625430762.issue3984@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to write a patch in distutils to make use the standard
logging module, and I had a weird problem:

if I add "import logging" at the top of Lib/distutils/log.py file to
start my work, it just brakes  the interpreter. Python does not find
cStringIO and time modules anymore.

It seems that this is because Lib/site.py calls
distutils.util.get_platform when main() is launched

I have run it with -v to get more info (see the file)
History
Date User Action Args
2008-09-28 09:58:24tareksetrecipients: + tarek
2008-09-28 09:58:23tareksetmessageid: <1222595903.95.0.266625430762.issue3984@psf.upfronthosting.co.za>
2008-09-28 09:58:23tareklinkissue3984 messages
2008-09-28 09:58:22tarekcreate