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 Michał.Pasternak
Recipients Daniel.Szoska, Dmitry.Jemerov, Hugo.Lol, Michał.Pasternak, Roman.Evstifeev, Suzumizaki, Vladimir Iofik, aclover, adamhj, brian.curtin, eric.araujo, frankoid, jaraco, kaizhu, loewis, me21, r.david.murray, shimizukawa, tim.golden, vldmit, vstinner
Date 2014-02-22.18:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393093974.05.0.971373872945.issue9291@psf.upfronthosting.co.za>
In-reply-to
Content
Martin: the problematic key is "[HKEY_CLASSES_ROOT\BDATuner.Składniki]". I am pasting its name, because I suppose, that as bugs.python.org is utf-8, special characters will be pasted properly.

Included you will find a .REG file, which is Windows Registry Editor file, which is plaintext. It is encoded with CP-1250 charset (I believe). In any case of confusion, I inlcude also the same file encoded with utf-8. 

If you add those information to your Windows registry, you should be able to reproduce this bug just by simply using "pip install" anything. "pip install wokkel", for example.
History
Date User Action Args
2014-02-22 18:32:54Michał.Pasternaksetrecipients: + Michał.Pasternak, loewis, jaraco, vstinner, tim.golden, eric.araujo, kaizhu, aclover, r.david.murray, brian.curtin, Suzumizaki, frankoid, Dmitry.Jemerov, shimizukawa, vldmit, Vladimir Iofik, Roman.Evstifeev, adamhj, me21, Hugo.Lol, Daniel.Szoska
2014-02-22 18:32:54Michał.Pasternaksetmessageid: <1393093974.05.0.971373872945.issue9291@psf.upfronthosting.co.za>
2014-02-22 18:32:54Michał.Pasternaklinkissue9291 messages
2014-02-22 18:32:53Michał.Pasternakcreate