Your message dated Thu, 28 Nov 2019 08:51:33 -0800
with message-id <20191128165133.be4unnk7f2cld...@elgar.kardiogramm.net>
and subject line Re: Bug#945610: FileNotFoundError: [Errno 2] No such file or 
directory: '/usr/lib/python3/dist-packages/launchpadlib/version.txt'
has caused the Debian Bug report #945610,
regarding FileNotFoundError: [Errno 2] No such file or directory: 
'/usr/lib/python3/dist-packages/launchpadlib/version.txt'
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 ow...@bugs.debian.org
immediately.)


-- 
945610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-launchpadlib
Version: 1.10.8-1
Severity: grave

After upgrade, my scripts that use launchpadlib now fail at import (see
below). AFAIK, this makes this version unusable by most or all users,
but obviously feel free to lower the severity if that is incorrect.

dannf@xps13:~$ python3
\Python 3.7.5 (default, Oct 27 2019, 15:43:29) 
[GCC 9.2.1 20191022] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from launchpadlib.launchpad import Launchpad
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/launchpadlib/__init__.py", line 19, in 
<module>
    "launchpadlib", "version.txt").strip()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1157, 
in resource_string
    self, resource_name
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1401, 
in get_resource_string
    return self._get(self._fn(self.module_path, resource_name))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1616, 
in _get
    with open(path, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 
'/usr/lib/python3/dist-packages/launchpadlib/version.txt'
>>>

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-launchpadlib depends on:
ii  python3                     3.7.5-3
ii  python3-httplib2            0.11.3-2
ii  python3-keyring             18.0.1-1
ii  python3-lazr.restfulclient  0.14.2-2
ii  python3-lazr.uri            1.0.3-4
ii  python3-simplejson          3.16.0-2+b1
ii  python3-wadllib             1.3.3-3

python3-launchpadlib recommends no packages.

Versions of packages python3-launchpadlib suggests:
ii  python3-pkg-resources  41.4.0-1
pn  python3-testresources  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.10.8-2

Already fixed.

Hi dann (2019.11.27_13:50:12_-0800)

> Package: python3-launchpadlib
> Version: 1.10.8-1
> Severity: grave
> 
> After upgrade, my scripts that use launchpadlib now fail at import (see
> below). AFAIK, this makes this version unusable by most or all users,
> but obviously feel free to lower the severity if that is incorrect.
> 
> dannf@xps13:~$ python3
> \Python 3.7.5 (default, Oct 27 2019, 15:43:29) 
> [GCC 9.2.1 20191022] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from launchpadlib.launchpad import Launchpad
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/lib/python3/dist-packages/launchpadlib/__init__.py", line 19, in 
> <module>
>     "launchpadlib", "version.txt").strip()
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1157, 
> in resource_string
>     self, resource_name
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1401, 
> in get_resource_string
>     return self._get(self._fn(self.module_path, resource_name))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1616, 
> in _get
>     with open(path, 'rb') as stream:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/usr/lib/python3/dist-packages/launchpadlib/version.txt'
> >>>
> 
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers unstable-debug
>   APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
> 'experimental-debug'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
> Kernel taint flags: TAINT_WARN
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
> LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages python3-launchpadlib depends on:
> ii  python3                     3.7.5-3
> ii  python3-httplib2            0.11.3-2
> ii  python3-keyring             18.0.1-1
> ii  python3-lazr.restfulclient  0.14.2-2
> ii  python3-lazr.uri            1.0.3-4
> ii  python3-simplejson          3.16.0-2+b1
> ii  python3-wadllib             1.3.3-3
> 
> python3-launchpadlib recommends no packages.
> 
> Versions of packages python3-launchpadlib suggests:
> ii  python3-pkg-resources  41.4.0-1
> pn  python3-testresources  <none>
> 
> -- no debconf information

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272

--- End Message ---

Reply via email to