Building Python without SSLv3 breaks requests

2014-11-18 Thread Yannick Roehlly
Hi, The building of Python 2 without SSLv3 support breaks requests: >>> import requests Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 68, in _attach_namespace(urllib3, 'requests.packages') File "/usr/lib/pyth

Re: Problem with distutils and the experimental multi-arch Python2.7 packages

2012-12-10 Thread Yannick Roehlly
Jakub Wilk wrote: > This looks like bug #695596. Yes. Thanks for correcting this. Yannick -- Between infinite and short there is a big difference. -- G. H. Gonnet -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Co

Problem with distutils and the experimental multi-arch Python2.7 packages

2012-12-09 Thread Yannick Roehlly
Hi, While trying the experimental Python 2.7 package with multiarch support, I found that distutils is not working. When I try to build some package, I have this error: error: invalid Python installation: unable to open /usr/lib/python2.7/config/Makefile (No such file of directory) It seems

Problem with distutils and the experimental multi-arch Python2.7 packages

2012-12-09 Thread Yannick Roehlly
Hi, While trying the experimental Python 2.7 package with multiarch support, I found that distutils is not working. When I try to build some package, I have this error: error: invalid Python installation: unable to open /usr/lib/python2.7/config/Makefile (No such file of directory) It seems