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 Adrian Chan
Recipients Adrian Chan, docs@python, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-17.10:48:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487328483.09.0.366256272135.issue29586@psf.upfronthosting.co.za>
In-reply-to
Content
I uninstalled python 2.7 and 3.4, then performed a fresh install of 3.5.3.
Running pip with `python -m pip` as per https://docs.python.org/3.5/installing gives the following error:

C:\Python\Python35-32\python.exe: No module named pip.__main__; 'pip' is a package and cannot be directly executed

Installation details:
*  win 7 64 bit.
*  python 3.5.3 32 bit.
*  chose options for pip, tcl/tk/idle, test suite, py launcher, shortcuts, add to env, precompile std lib.
*  installed to non-standard directory.
History
Date User Action Args
2017-02-17 10:48:03Adrian Chansetrecipients: + Adrian Chan, paul.moore, tim.golden, docs@python, zach.ware, steve.dower
2017-02-17 10:48:03Adrian Chansetmessageid: <1487328483.09.0.366256272135.issue29586@psf.upfronthosting.co.za>
2017-02-17 10:48:03Adrian Chanlinkissue29586 messages
2017-02-17 10:48:02Adrian Chancreate