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 loewis
Recipients Andreas.Richter, Henning.von.Bargen, loewis, terry.reedy, zach.ware
Date 2014-09-15.15:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410796650.37.0.92019099823.issue22139@psf.upfronthosting.co.za>
In-reply-to
Content
Henning: if you have installed Python 2.7.5 "for all users", then this behavior is expected. Python finds python27.dll in system32, so even if you install 2.7.8 "just for me", it will still pick up 2.7.5 from system32.

Installing different 2.7 versions on the same machine isn't really supported, although it should work if they are all installed "just for me". The operator module comes from python27.dll.
History
Date User Action Args
2014-09-15 15:57:30loewissetrecipients: + loewis, terry.reedy, zach.ware, Henning.von.Bargen, Andreas.Richter
2014-09-15 15:57:30loewissetmessageid: <1410796650.37.0.92019099823.issue22139@psf.upfronthosting.co.za>
2014-09-15 15:57:30loewislinkissue22139 messages
2014-09-15 15:57:30loewiscreate