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
Original issue reported on code.google.com by
michele....@gmail.com
on 7 Jan 2013 at 11:34