Closed GoogleCodeExporter closed 9 years ago
Windows commandline/shell does not expand "*". Try a more powerful shell such
as Cygwin.
Original comment by xinl...@gmail.com
on 20 Jun 2010 at 7:14
Same thing on karmic koala, for me. googlecl 0.9.7-1
Traceback (most recent call last):
File "/usr/bin/google", line 463, in <module>
main()
File "/usr/bin/google", line 457, in main
run_once(options, args)
File "/usr/bin/google", line 356, in run_once
task.run(client, options, args)
File "/usr/lib/pymodules/python2.6/googlecl/picasa/service.py", line 344, in _run_post
client.InsertPhotoList(album, args, tags=options.tags)
File "/usr/lib/pymodules/python2.6/googlecl/picasa/service.py", line 220, in insert_photo_list
err.args[0].reason,
AttributeError: 'int' object has no attribute 'reason'
Original comment by mcmichae...@gmail.com
on 20 Jun 2010 at 11:55
Because the root of this issue is your shell, I'm going to mark this Invalid.
I'll add something to the FAQ when it gets written.
The actual AttributeError that's being raised is another problem, and a patch
to provide a more helpful message can be found in Issue 86.
Original comment by tom.h.mi...@gmail.com
on 21 Jun 2010 at 2:36
Original issue reported on code.google.com by
domesterz
on 20 Jun 2010 at 4:44