[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1040871: reportbug fails to start



Control: reassign -1 pysimplesoap 1.16.2-4
Control: close -1 1.16.2-5

On 2023-07-11 21:27:34 +0200, Laurent Martelli wrote:
> Package: reportbug
> Version: 12.0.0
> Severity: grave
> 
> Reportbug fails to start. It seems to relate to the removal of a deprecated
> function in python 3.11.
> 
> Traceback (most recent call last):
>   File "/usr/bin/reportbug", line 40, in <module>
>     from reportbug import utils
>   File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 70, in
> <module>
>     from . import debbugs   # noqa: E402
>     ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/reportbug/debbugs.py", line 33, in
> <module>
>     import debianbts
>   File "/usr/lib/python3/dist-packages/debianbts/__init__.py", line 1, in
> <module>
>     from debianbts.debianbts import *  # noqa
>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 22, in
> <module>
>     from pysimplesoap.client import SoapClient
>   File "/usr/lib/python3/dist-packages/pysimplesoap/__init__.py", line 16,
> in <module>
>     from . import client, server, simplexml, transport
>   File "/usr/lib/python3/dist-packages/pysimplesoap/client.py", line 33, in
> <module>
>     from .transport import get_http_wrapper, set_http_wrapper, get_Http
>   File "/usr/lib/python3/dist-packages/pysimplesoap/transport.py", line
> 109, in <module>
>     if 'timeout' in inspect.getargspec(httplib2.Http.__init__)[0]:
>                     ^^^^^^^^^^^^^^^^^^
> AttributeError: module 'inspect' has no attribute 'getargspec'. Did you
> mean: 'getargs'?

That was fixed in pysimplesoap 1.16.2-5 which is included in bookworm.
This looks like you did not fully upgrade your system to bookworm.

Reassinging and closing.

Cheers
-- 
Sebastian Ramacher


Reply to: