Bug#807825: ImportError: cannot import name range

2015-12-16 Thread Federico 'Derfel' Stella
* Tuesday 15 December 2015, alle 18:10, Harlan Lieberman-Berg scrive: > Aha! I think that log may have broken the case wide open! :) > It looks like you have a version of python-requests installed from pip > that ships its own version of the six module, and is shadowing the > Debian version of

Bug#807825: ImportError: cannot import name range

2015-12-15 Thread Harlan Lieberman-Berg
Two more logs, if you would. Can you generate a log of `python -v /usr/bin/letsencrypt`, and also `dpkg -l | grep python`? Thanks! -- Harlan Lieberman-Berg ~hlieberman

Bug#807825: ImportError: cannot import name range

2015-12-15 Thread Federico 'Derfel' Stella
* Tuesday 15 December 2015, alle 11:48, Harlan Lieberman-Berg scrive: > Two more logs, if you would. Of course! > Can you generate a log of `python -v /usr/bin/letsencrypt`, and also > `dpkg -l | grep python`? I've attached the logs: `python -v /usr/bin/letsencrypt` -> out1.bz2 `dpkg -l |

Bug#807825: ImportError: cannot import name range

2015-12-15 Thread Harlan Lieberman-Berg
Aha! I think that log may have broken the case wide open! It looks like you have a version of python-requests installed from pip that ships its own version of the six module, and is shadowing the Debian version of requests. (/usr/local/lib/python2.7/dist-packages/requests) Can you try either

Bug#807825: ImportError: cannot import name range

2015-12-14 Thread Derfel
* Sunday 13 December 2015, alle 17:09, Harlan Lieberman-Berg scrive: > On Sun, 13 Dec 2015 15:10:47 +0100 derfel wrote: > > ImportError: cannot import name range [...] > Can you let me know what the output of this is, run as the same user > that you executed letsencrypt

Bug#807825: ImportError: cannot import name range

2015-12-13 Thread derfel
Package: python-acme Version: 0.1.0-3 Severity: normal Cannot run letsencrypt because import error # letsencrypt Traceback (most recent call last): File "/usr/bin/letsencrypt", line 9, in load_entry_point('letsencrypt==0.1.0', 'console_scripts', 'letsencrypt')() File

Bug#807825: ImportError: cannot import name range

2015-12-13 Thread Harlan Lieberman-Berg
On Sun, 13 Dec 2015 15:10:47 +0100 derfel wrote: > ImportError: cannot import name range Well, that's cool. That shouldn't be happening with the version of python-six that you have installed. Can you let me know what the output of this is, run as the same user that you