fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] TypeError: list objects are unhashable


From: Gustavo Soares
Subject: [Fab-user] TypeError: list objects are unhashable
Date: Fri, 17 Apr 2009 16:03:29 -0300

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]