Comment 1 for bug 670419

Revision history for this message
Miguel Zuniga (miguelzuniga) wrote :

I can confirm this also, so I built the psutil python rpm for centos 5.4 out of the psutil version 0.2.0 on google code and now im getting this error:

# euca-get-credentials
Traceback (most recent call last):
  File "/usr/sbin/euca-get-credentials", line 3, in <module>
    from euca_admin import local
ImportError: cannot import name local

I tried to keep digging into it but I couldnt found any class named local on the python files inside of the /usr/sbin/euca_admin where the module is.

Any suggestions?