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 terry.reedy
Recipients Marcus.Smith, Saimadhav.Heblikar, belopolsky, dstufft, erickhoo, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, terry.reedy, upendra-k14
Date 2016-03-26.05:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458969506.23.0.283639702466.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
gohlke/pythonlibs/: Search will have to use a custom function.  If direct download from url by pip does not work, then we write a custom function to download to a temp file and pip install from local file.  (This is suggestion on site.)

runpip: It would be nice if import and main(...) could be made to work by reloading the module (to refresh the cache), but if not, subprocess should work as a backup.  Having 'run pip command' encapsulated makes it easy to switch without affecting the rest of the code.

Additional features: Raymond's list is not a firm cutoff.  I an not sure what a 'proxy' is in this context and have no sense of what will be useful, especially to beginners, rather than clutter.  But I am willing to be educated and persuaded.  And there are other people, including a second mentor for this project, who can give opinions.
History
Date User Action Args
2016-03-26 05:18:26terry.reedysetrecipients: + terry.reedy, rhettinger, paul.moore, ncoghlan, peter.otten, belopolsky, markroseman, dstufft, Marcus.Smith, Saimadhav.Heblikar, upendra-k14, erickhoo
2016-03-26 05:18:26terry.reedysetmessageid: <1458969506.23.0.283639702466.issue23551@psf.upfronthosting.co.za>
2016-03-26 05:18:26terry.reedylinkissue23551 messages
2016-03-26 05:18:24terry.reedycreate