google-code-export / s3ql

Automatically exported from code.google.com/p/s3ql
0 stars 0 forks source link

Ubuntu package needs dependency on pkg_resources #383

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just installed s3ql package following the ubuntu wiki page and found a 
dependency problem:

mkfs.s3ql
Traceback (most recent call last):
  File "/usr/bin/mkfs.s3ql", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

apt-get install python-pkg-resources 

solve the issues.

Here I'm using ubuntu 12.04.1 LTS 

Original issue reported on code.google.com by michele....@gmail.com on 7 Jan 2013 at 11:34

GoogleCodeExporter commented 9 years ago

Original comment by Nikolaus@rath.org on 8 Jan 2013 at 9:02

GoogleCodeExporter commented 9 years ago
Thanks for the report. This should be fixed now.

Original comment by Nikolaus@rath.org on 15 Jan 2013 at 4:33