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 ned.deily
Recipients bhyde, dstufft, eric.araujo, ned.deily
Date 2018-11-09.19:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541793397.29.0.788709270274.issue32281@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than searching a few hard-coded paths, I would think this would be a good case for using distutils.spawn find_executable like test_bdist_rpm.py does :)  If someone (@bhyde) were willing to create a PR with that change, this issue will have a much better chance of being resolved.
History
Date User Action Args
2018-11-09 19:56:37ned.deilysetrecipients: + ned.deily, eric.araujo, dstufft, bhyde
2018-11-09 19:56:37ned.deilysetmessageid: <1541793397.29.0.788709270274.issue32281@psf.upfronthosting.co.za>
2018-11-09 19:56:37ned.deilylinkissue32281 messages
2018-11-09 19:56:37ned.deilycreate