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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brett.cannon, brian.curtin, eric.snow, georg.brandl, loewis, pitrou
Date 2012-07-27.08:57:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343379479.5.0.822605616834.issue14578@psf.upfronthosting.co.za>
In-reply-to
Content
pywin32 used to install modules this way, but it seems it doesn't anymore:
http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/file/16707e6f1624/pywin32_postinstall.py#l307
    # It is possible people with old versions installed with still have 
    # pywintypes and pythoncom registered.  We no longer need this, and stale
    # entries hurt us.
Maybe this feature is not so important after all.
History
Date User Action Args
2012-07-27 08:57:59amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, brett.cannon, georg.brandl, pitrou, brian.curtin, eric.snow
2012-07-27 08:57:59amaury.forgeotdarcsetmessageid: <1343379479.5.0.822605616834.issue14578@psf.upfronthosting.co.za>
2012-07-27 08:57:58amaury.forgeotdarclinkissue14578 messages
2012-07-27 08:57:58amaury.forgeotdarccreate