Traceback (most recent call last):
  File "googlecode_upload.py", line 248, in <module>
    sys.exit(main())
  File "googlecode_upload.py", line 236, in main
    options.user, options.password)
  File "googlecode_upload.py", line 187, in upload_find_auth
    summary, labels)
  File "googlecode_upload.py", line 99, in upload
    server.request('POST', upload_uri, body, headers)
  File "/usr/local/lib/python2.7/httplib.py", line 955, in request
    self._send_request(method, url, body, headers)
  File "/usr/local/lib/python2.7/httplib.py", line 989, in
_send_request
    self.endheaders(body)
  File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders
    self._send_output(message_body)
  File "/usr/local/lib/python2.7/httplib.py", line 811, in
_send_output
    self.send(msg)
  File "/usr/local/lib/python2.7/httplib.py", line 773, in send
    self.connect()
  File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect
    self.timeout, self.source_address)
  File "/usr/local/lib/python2.7/socket.py", line 553, in
create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 4] Non-recoverable failure in name resolution
./project-uploads.sh: 6: Syntax error: "&&" unexpected


I'm using the syntax of "python *py (googlecode_upload.py is the only
python script in the directory.) -s $VALUE -p $VALUE -l $VALUE -w
$VALUE $/PATH/TO/FILE as the first line" with each additional line
containing "&&" before the commands.
I'd like to upload the files through this manner and not have to type
the command each time.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to