I am attempting to make an import as such...
from boto.ec2.autoscale import AutoScaleConnection
however, I receive the following error.
Traceback (most recent call last):
File "test.py", line 1, in <module>
from boto.ec2.autoscale import AutoScaleConnection
File "/usr/lib/python2.6/site-packages/boto/__init__.py", line 36, in <module>
import logging.config
ImportError: No module named config
seems I am using up to date libraries on both here. This broke my code overnight it would seem.
Aucun commentaire:
Enregistrer un commentaire