Hi again, On Wed, Feb 25, 2015 at 04:41:36PM -0500, Barry Warsaw wrote: > I have committed a fix for this to python-pip's svn and sent a message with > the relevant details to debian-python@. The bug and its fix are pretty > simple. Instead of only putting the .whl files early on sys.path when inside > a venv, we should be doing that in all cases. The only inside/outside > difference is the location of the wheel files.
Awesome, thanks so much for getting this fix into jessie; it's been very helpful for us. I'm sure you're aware of this, but just adding a little info in case someone stumbles across this bug and wonders why it isn't working for them: wheel files aren't normally installed, so the fix will only work if you've installed the -whl packages needed. In our case, installing python-requests-whl fixed the problem (but maybe as time goes on, more could become necessary if modules' APIs change in newer versions). Happy Wednesday, Chris _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team