fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] TypeError: list objects are unhashable


From: Jeff Forcier
Subject: Re: [Fab-user] TypeError: list objects are unhashable
Date: Sat, 18 Apr 2009 09:01:56 -0400

Hi Gustavo,

In general, when submitting bug reports it's considered good form to
give at least a portion of your own code too, not just the traceback
;) In this case I can't tell what's going on exactly without knowing
how you called put() -- can you throw us a copy of your fabfile?

Also, do you know what version of Paramiko you have? That particular
error reminds me of one that I think may be caused by using Paramiko <
1.7.4, which IIRC is the currently supported version.

Best,
Jeff

On Fri, Apr 17, 2009 at 3:03 PM, Gustavo Soares <address@hidden> wrote:
> 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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/fab-user
>
>




reply via email to

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