[Python-modules-team] Bug#754248: python-virtualenv: Error when attempting to create a python2.6 virtualenv

2016-11-13 Thread Arthur de Jong
On Thu, 2015-01-08 at 06:08 +0200, Stefano Rivera wrote: > Hi John (2015.01.08_05:24:06_+0200) > > ++'/usr/share/python-wheels/{0}-*.whl'.format(project)) > > -+'/usr/share/python-wheels/{}-*.whl'.format(project)) > > That's simple enough that it is reasonable to apply.

[Python-modules-team] Bug#754248: python-virtualenv: Error when attempting to create a python2.6 virtualenv

2015-01-07 Thread John Kristensen
On 19/11/14 08:17, Stefano Rivera wrote: Hi Renat (2014.08.06_05:27:47_-0700) I tried to replace {} with % operator and now I'm having following errors: ImportError: cannot import name CertificateError That is being tracked in #755106 and #763389, and I intend to fix it soon. SR

[Python-modules-team] Bug#754248: python-virtualenv: Error when attempting to create a python2.6 virtualenv

2015-01-07 Thread Stefano Rivera
Hi John (2015.01.08_05:24:06_+0200) ++'/usr/share/python-wheels/{0}-*.whl'.format(project)) -+'/usr/share/python-wheels/{}-*.whl'.format(project)) That's simple enough that it is reasonable to apply. However we've probably missed the boat for Debian Jessie. SR --

[Python-modules-team] Bug#754248: python-virtualenv: Error when attempting to create a python2.6 virtualenv

2014-11-18 Thread Stefano Rivera
Hi Renat (2014.08.06_05:27:47_-0700) I tried to replace {} with % operator and now I'm having following errors: ImportError: cannot import name CertificateError That is being tracked in #755106 and #763389, and I intend to fix it soon. SR -- Stefano Rivera http://tumbleweed.org.za/ H:

[Python-modules-team] Bug#754248: python-virtualenv: Error when attempting to create a python2.6 virtualenv

2014-08-06 Thread Renat Sabitov
Dear Maintainer, I tried to replace {} with % operator and now I'm having following errors: New python executable in py26/bin/python2.6 Also creating executable in py26/bin/python Installing setuptools, pip... Complete output from command /home/rsabitov/work/...x/py26/bin/python2.6 -c import

[Python-modules-team] Bug#754248: python-virtualenv: Error when attempting to create a python2.6 virtualenv

2014-07-08 Thread John Kristensen
Package: python-virtualenv Version: 1.11.6-2 Severity: important Dear Maintainer, Attempting to create a python2.6 virtualenv using the following command: virtualenv -p python2.6 venv Results in the follow error: Traceback (most recent call last): File