Your message dated Tue, 30 Dec 2014 18:40:08 +0000 with message-id <cab4xwxzasqvtbn2pmhfcadsvc2p00zbo_zsqy_2yeangyye...@mail.gmail.com> and subject line Re: Bug#774248: Does not work with python2,7, but allows install with only python2.7 has caused the Debian Bug report #774248, regarding Does not work with python2,7, but allows install with only python2.7 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 774248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774248 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: reportbug Version: 6.6.1 reportbug, when invoked in text mode, generates the python traceback pasted below. The particular traceback points to an ImportError for name HTTPSConnection. The debian maintainers for python 2.7 have been aware of similar problems (eg. bug #659831), to which their response (February 2013) was "this aint a tracking bug thus closing. individual packages failures with python 2.7 should be filed as such". So, I'm doing what they recommend, and am filing this bug as a failure in reportbug to be compatible with python2.7. My suggestion is that the dependency chain for reportbug require a version of python that works with it (v2.6?). Alternatively, It's been pointed out to me that there exists a debian python package called virtualenv that might be useful for this. If so, then the install could check if the target has a later version of python installed, then also install virtualenv, and create an instance of python in which reportbug will work. Following is the Traceback, and the extended version info. reportbug libpam-mount Traceback (most recent call last): File "/usr/bin/reportbug", line 38, in <module> from reportbug import utils File "/usr/lib/python2.7/dist-packages/reportbug/utils.py", line 70, in <module> import debbugs File "/usr/lib/python2.7/dist-packages/reportbug/debbugs.py", line 40, in <module> import debianbts File "/usr/lib/pymodules/python2.7/debianbts.py", line 33, in <module> import SOAPpy File "usr/lib/python2.7/dist-packages/SOAPpy__init__.py", line 5, in <module> from Client import * File "/usr/lib/python2.7/dist-packages/SOAPpy/Client.py", line 59, in <module> from Parser import parseSOAPRPC File "/usr/lib/python2.7/dist-packages/SOAPpy/Parser.py", line 10, in <module> from wstools.XMLname import fromXMLname File "usr/lib/python2.7/dist-packages/wstools__init__.py", line 6, in <module> import WSDLTools File "/usr/lib/python2.7/dist-packages/wstools/WSDLTools.py", line 15, in <module> from Utility import Collection, CollectionNS, DOM, ElementProxy, basejoin File "/usr/lib/python2.7/dist-packages/wstools/Utility.py", line 30, in <module> from httplib import HTTPConnection, HTTPSConnection ImportError: cannot import name HTTPSConnection dpkg -l |grep reportbug 4715:ii python-reportbug 6.6.1 all Python modules for interacting with bug tracking systems 4951:ii reportbug 6.6.1 all reports bugs in the Debian distribution dpkg -l |grep python2.7 3170:ii libpython2.7:amd64 2.7.8-11 amd64 Shared Python runtime library (version 2.7) 3171:ii libpython2.7-dbg:amd64 2.7.8-11 amd64 Debug Build of the Python Interpreter (version 2.7) 3172:ii libpython2.7-dev:amd64 2.7.8-11 amd64 Header files and a static library for Python (v2.7) 3173:ii libpython2.7-minimal:amd64 2.7.8-11 amd64 Minimal subset of the Python language (version 2.7) 3174:ii libpython2.7-stdlib:amd64 2.7.8-11 amd64 Interactive high-level object-oriented language (standard library, version 2.7) 4795:ii python2.7 2.7.8-11 amd64 Interactive high-level object-oriented language (version 2.7) 4796:ii python2.7-dbg 2.7.8-11 amd64 Debug Build of the Python Interpreter (version 2.7) 4797:ii python2.7-dev 2.7.8-11 amd64 Header files and a static library for Python (v2.7) 4798:ii python2.7-doc 2.7.8-11 all Documentation for the high-level object-oriented language Python (v2.7) 4799:ii python2.7-examples 2.7.8-11 all Examples for the Python language (v2.7) 4800:ii python2.7-minimal 2.7.8-11 amd64 Minimal subset of the Python language (version 2.7) -- hkp://keys.gnupg.net CA45 09B5 5351 7C11 A9D1 7286 0036 9E45 1595 8BC0
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---> dpkg -l |grep python2.7 ... > 4795:ii python2.7 > 2.7.8-11 amd64 Interactive > high-level object-oriented language (version 2.7) You are using an outdated version of python2.7, update it, as that's the cause of the problem (and its interaction with openssl and SSL3), reportbug has been compatible with 2.7 for years. Next time, please seek guidance on users support forums like debian-users mailing list. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---
_______________________________________________ Reportbug-maint mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint
