Hi Reece, Thanks for a detailed bug report. The issue will be fixed with the next release to unstable.
Best regards, Janos On Wed, Jul 10, 2013 at 9:15 PM, Reece H. Dunn <[email protected]> wrote: > Package: transifex-client > Version: 0.9-1 > Severity: normal > > Dear Maintainer, > > Installing transifex-client on a bare minimal system resulted in the > following error when running the tx program: > > $ tx > Traceback (most recent call last): > File "/usr/bin/tx", line 9, in <module> > from txclib import utils > File "/usr/lib/python2.7/dist-packages/txclib/utils.py", line 12, in > <module> > from txclib.web import verify_ssl > File "/usr/lib/python2.7/dist-packages/txclib/web.py", line 11, in > <module> > from pkg_resources import resource_filename, resource_string > ImportError: No module named pkg_resources > > This is fixable by running: > > $ sudo apt-get install python-pkg-resources > > A Google search for the error recommended installing python-setuptools, but > only > python-pkg-resources is needed to get it working. > > Therefore, python-pkg-resources should be added to the Depends section of the > debian/control file. > > > -- System Information: > Debian Release: jessie/sid > APT prefers testing > APT policy: (500, 'testing') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores) > Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > > Versions of packages transifex-client depends on: > ii python 2.7.5-2 > > transifex-client recommends no packages. > > transifex-client suggests no packages. > > -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

