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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to