[EMAIL PROTECTED] wrote: > if __name__ == "__main__": > bucket_name = raw_input('Name of the bucket you wish the files to be > placed into? ') > update_s3() > > Basically, it just asks the question and continues anyway?
It reads stdin until a line break. Then it continues. Exactly what behaviour do you get? Regards, Björn -- BOFH excuse #328: Fiber optics caused gas main leak -- http://mail.python.org/mailman/listinfo/python-list