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 Chris Caron
Recipients Chris Caron, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-10-09.22:18:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAAQMMo2bc207jSO31iZ+1WUpgsVTY4LixWHs7qhj4x-CvBdmJA@mail.gmail.com>
In-reply-to <1507586495.74.0.213398074469.issue31741@psf.upfronthosting.co.za>
Content
Thank you for replying so quickly;  the issue stems from a bug created here
which explains it a bit better:
https://github.com/caronc/nzb-notify/issues/27 (scroll to the bottom).

In my case, I had a lib\site-packages\backports in C:\Python27 that keeps
over-riding the one defined in the \MyLibraries path. But even when the
'sys.path' has been successfully overridden, the backports module (one i
provide for the package of interest) keeps reverting to the
C:\Python27\lib\site-packages\ path.  It actually just throws an exception
that the module doesn't exist (when ordering of paths would say it does).

To answer your other question: I got the installer from here:
https://www.python.org/downloads/release/python-2713/ (the MSI 64 bit
installer - second from the bottom)
History
Date User Action Args
2017-10-09 22:18:09Chris Caronsetrecipients: + Chris Caron, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-10-09 22:18:09Chris Caronlinkissue31741 messages
2017-10-09 22:18:09Chris Caroncreate