Comment 0 for bug 1325424

Revision history for this message
Para Siva (psivaa) wrote :

Remove the references for psutil.error module in utah since the utopic verion of python-psutil ( 2.1.1-1), psutil.error is deprecated.

For more info

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/utopic/python-psutil/utopic/revision/20

and

2014-06-01 20:17:44,718 ssh DEBUG: Connecting SSH
2014-06-01 20:17:44,887 ssh DEBUG: Opening SSH session
2014-06-01 20:17:45,121 ssh INFO: Running command through SSH: utah -f yaml -r /tmp/default.run -o /var/lib/utah/utah.out
2014-06-01 20:17:45,376 ssh DEBUG: Closing SSH connection
2014-06-01 20:17:45,377 ssh WARNING: SSH command (utah -f yaml -r /tmp/default.run -o /var/lib/utah/utah.out) failed with return code: 1
2014-06-01 20:17:45,377 ssh DEBUG: Standard output follows:
2014-06-01 20:17:45,377 ssh DEBUG: Standard error follows:
2014-06-01 20:17:45,378 ssh DEBUG: Traceback (most recent call last):
2014-06-01 20:17:45,378 ssh DEBUG: File "/usr/bin/utah", line 27, in <module>
2014-06-01 20:17:45,378 ssh DEBUG: from utah.url import url_argument
2014-06-01 20:17:45,379 ssh DEBUG: File "/usr/lib/python2.7/dist-packages/utah/url.py", line 36, in <module>
2014-06-01 20:17:45,379 ssh DEBUG: from utah.cleanup import cleanup
2014-06-01 20:17:45,379 ssh DEBUG: File "/usr/lib/python2.7/dist-packages/utah/cleanup.py", line 30, in <module>
2014-06-01 20:17:45,379 ssh DEBUG: from utah.process import ProcessRunner
2014-06-01 20:17:45,380 ssh DEBUG: File "/usr/lib/python2.7/dist-packages/utah/process.py", line 30, in <module>
2014-06-01 20:17:45,380 ssh DEBUG: import psutil.error
2014-06-01 20:17:45,380 ssh DEBUG: ImportError: No module named error