Problem importing moduls from boto
Posted
by Worbis
on Stack Overflow
See other posts from Stack Overflow
or by Worbis
Published on 2010-03-20T00:50:46Z
Indexed on
2010/03/20
1:01 UTC
Read the original article
Hit count: 543
I have installed boto like so: python setup.py install; and then when I launch my python script (that imports moduls from boto) on shell, an error like this shows up: ImportError: No module named boto.s3.connection
How to settle the matter?
© Stack Overflow or respective owner