Massimo Canonico
unread,May 28, 2012, 7:31:48 AM5/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boto-...@googlegroups.com
Hi,
today it comes up this new weird error. I did not change anything in my
machine, and until last week, I was able to run boto under python.
Here the sintax error that I got just typing "import boto":
[mex@shrek nimbus-cloud-client-021]$ python
Python 2.7.1 (r271:86832, Apr 12 2011, 16:15:16)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import boto
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "boto.py", line 28
k.set_contents_from_filename(<path to image file>)
^
SyntaxError: invalid syntax
Here the boto version installed:
[root@shrek ~]# rpm -qa | grep boto
python-boto-2.3.0-1.fc18.noarch
I have no idea what is going on here. And you?
Cheers,
Massimo