-
> One solution is to remove the s3cmd rpm with "rpm -e s3cmd" and install
> the package from source (s3cmd-0.9.2.tar.gz) with "python setup.py install"
> instead.
I might try and use checkinstall to create an rpm from "python setup.py install" if I get motivated enough.
> Second solution is to move everything from
> /usr/lib/python2.5/site-packages to /usr/lib/python2.4/site-packages
>...
2007-04-22 17:44:24 UTC in S3 tools
-
I just did an install of the s3cmd-0.9.1-1.noarch.rpm with a normal "rpm -ivh " command. The rpm installed fine without complaining about any missing dependencies but it gives this error every time it's run.
Is there a missing dependency that the rpm file is missing?.
2007-04-13 13:17:59 UTC in S3 tools
-
I installed the s3cmd rpm package on my laptop running FC5. Upon running the command I get a traceback error. Below is the output from running configure.
---------------------------------------------------
$ s3cmd --configure
Traceback (most recent call last):
File "/usr/local/bin/s3cmd", line 18, in ?
from S3.S3 import *
ImportError: No module named S3.S3...
2007-03-23 19:40:13 UTC in S3 tools