Message10784

Author pekka.klarck
Recipients pekka.klarck, zyasoft
Date 2016-02-24.19:28:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456342135.06.0.940364791908.issue2477@psf.upfronthosting.co.za>
In-reply-to
Content
The problem was caused by pip directory in the directory where I executed these commands. Jython apparently imported it as a pip module and that broke everything. I know Jython imports directories without __init__.py as modules to support Java packages, but this wasn't the first time an accidentally matching directory caused problems.

Both `jython -m pip` and `pip` worked fine after removing the offending directory. This issue can be closed.

Notice that the directory only had an old `pip.log` file. Apparently it was created by some pip version at some point.
History
Date User Action Args
2016-02-24 19:28:55pekka.klarcksetmessageid: <1456342135.06.0.940364791908.issue2477@psf.upfronthosting.co.za>
2016-02-24 19:28:55pekka.klarcksetrecipients: + pekka.klarck, zyasoft
2016-02-24 19:28:55pekka.klarcklinkissue2477 messages
2016-02-24 19:28:54pekka.klarckcreate