Bug#806400: ImportError: No module named 'pkg_resources'

2015-11-26 Thread Max Kellermann
Package: pgcli
Version: 0.20.1-1

# pgcli certdb
Traceback (most recent call last):
  File "/usr/bin/pgcli", line 5, in 
from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'



Bug#806400: ImportError: No module named 'pkg_resources'

2015-11-27 Thread Lennart Weller
Could you try reinstalling pkg-ressources?
sudo apt-get install --reinstall python-pkg-resources

The line from your stacktrace is not in the source code of pgcli.

Lennart

November 27 2015 8:51 AM, "Max Kellermann"  wrote:
> Package: pgcli
> Version: 0.20.1-1
> 
> # pgcli certdb
> Traceback (most recent call last):
> File "/usr/bin/pgcli", line 5, in 
> from pkg_resources import load_entry_point
> ImportError: No module named 'pkg_resources'



Bug#806400: ImportError: No module named 'pkg_resources'

2015-11-27 Thread Max Kellermann
On 2015/11/27 09:34, Lennart Weller  wrote:
> Could you try reinstalling pkg-ressources?
> sudo apt-get install --reinstall python-pkg-resources
> 
> The line from your stacktrace is not in the source code of pgcli.

Problem persists.

# apt-get install --reinstall python-pkg-resources
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not
upgraded.
Need to get 0 B/99.4 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 353573 files and directories currently
installed.)
Preparing to unpack .../python-pkg-resources_18.4-2_all.deb ...
Unpacking python-pkg-resources (18.4-2) over (18.4-2) ...
Setting up python-pkg-resources (18.4-2) ...

# pgcli
Traceback (most recent call last):
  File "/usr/bin/pgcli", line 5, in 
from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'



Bug#806400: ImportError: No module named 'pkg_resources'

2015-11-27 Thread Lennart Weller
Sorry. Should have been python3-pkg-resources. Haven't had my coffee yet.

November 27 2015 9:41 AM, "Max Kellermann"  wrote:
> On 2015/11/27 09:34, Lennart Weller  wrote:
> 
>> Could you try reinstalling pkg-ressources?
>> sudo apt-get install --reinstall python-pkg-resources
>> 
>> The line from your stacktrace is not in the source code of pgcli.
> 
> Problem persists.
> 
> # apt-get install --reinstall python-pkg-resources
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not
> upgraded.
> Need to get 0 B/99.4 kB of archives.
> After this operation, 0 B of additional disk space will be used.
> (Reading database ... 353573 files and directories currently
> installed.)
> Preparing to unpack .../python-pkg-resources_18.4-2_all.deb ...
> Unpacking python-pkg-resources (18.4-2) over (18.4-2) ...
> Setting up python-pkg-resources (18.4-2) ...
> 
> # pgcli
> Traceback (most recent call last):
> File "/usr/bin/pgcli", line 5, in 
> from pkg_resources import load_entry_point
> ImportError: No module named 'pkg_resources'