With the Access Key & Secret Key located at my home directory, when I run the following in the command line:
from boto.ec2.connection import EC2Connection
conn = EC2Connection()
The console does not show any error but when I place the exact command in the python script. It displays an error, "No module named boto.ec2.connection".
Does anyone know why this error occur?