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 zach.ware
Recipients lopez@ucar.edu, zach.ware
Date 2020-04-26.16:25:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587918330.77.0.268211954778.issue37518@roundup.psfhosted.org>
In-reply-to
Content
Hi Willie,

Sorry this never got attention before 2.7 reached end-of-life, but as that has now happened, I'm closing the issue.

That said, I suspect your issue here was with library search path; it wasn't actually 2.7.5 that was installed by the install of 2.7.16, but rather it was the system's 2.7.5 library that was loaded instead of the installation's 2.7.16 due to the latter's directory being either not on the search path or after the system's Python library location.  I'm not sure if there's really a good way to have two separate patch versions of Python, both with shared libraries rather than static, without winding up with some confusion about which library should be loaded by which application.
History
Date User Action Args
2020-04-26 16:25:30zach.waresetrecipients: + zach.ware, lopez@ucar.edu
2020-04-26 16:25:30zach.waresetmessageid: <1587918330.77.0.268211954778.issue37518@roundup.psfhosted.org>
2020-04-26 16:25:30zach.warelinkissue37518 messages
2020-04-26 16:25:30zach.warecreate