Hi all,

I've made a fabfile.py that among other things, it send a file to a remote
host to a remote host... when using the "put" command, I am getting the
following error:

Traceback (most recent call last):
  File "build/bdist.macosx-10.4-i386/egg/fabric.py", line 1518, in main
  File "build/bdist.macosx-10.4-i386/egg/fabric.py", line 1427, in
_execute_command
  File "build/bdist.macosx-10.4-i386/egg/fabric.py", line 1470, in
_execute_at_target
  File "fabfile.py", line 157, in deploy
    put('/tmp/project.zip', '/tmp/project.zip')
  File "build/bdist.macosx-10.4-i386/egg/fabric.py", line 167, in wrapper
  File "build/bdist.macosx-10.4-i386/egg/fabric.py", line 963, in
_run_serially
  File "build/bdist.macosx-10.4-i386/egg/fabric.py", line 1144, in _connect
TypeError: list objects are unhashable

I have updated fabric to the latest version (0.1.1) but the problem
remains..

any idea?

Cheers,
Gus
_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to