Jonas Teuwen <aedolon@...> writes:

> 
> Hello,
> 
> If I install s3cmd 1.0.0 on OS X 10.6 and run s3cmd --configure,
> everything work however if I after that type "s3cmd ls" I get:
> 
> Problem: ValueError: incomplete format
> S3cmd:   1.0.0
> 
> Traceback (most recent call last):
>   File "/usr/local/bin/s3cmd", line 2006, in <module>
>     main()
>   File "/usr/local/bin/s3cmd", line 1795, in main
>     cfg = Config(options.config)
>   File "/Library/Python/2.6/site-packages/S3/Config.py", line 88, in __init__
>     self.read_config_file(configfile)
>   File "/Library/Python/2.6/site-packages/S3/Config.py", line 105, in
> read_config_file
>     cp = ConfigParser(configfile)
>   File "/Library/Python/2.6/site-packages/S3/Config.py", line 142, in __init__
>     self.parse_file(file, sections)
>   File "/Library/Python/2.6/site-packages/S3/Config.py", line 170, in
parse_file
>     print_value =
> (data["value"][:2]+"...%d_chars..."+data["value"][-1:]) %
> (len(data["value"]) - 3)
> ValueError: incomplete format
> 
> I have figured out that this had to do with the fact that I used "%"
> in my encryption password, since now I took one without special
> characters. Is this a bug?
> 
> Jonas
> 

> 

I had same problem the reason was that during s3cmd --configure I set  gpg
encryption password with special char: %

Try to remove your ~/.s3cfg
run s3cmd --configure 

and set password only with a-z A-Z 0-9

I was describing same problem here
http://stackoverflow.com/questions/16512312/s3cmd-tool-error-incomplete-format



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to