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: Christian Vest Hansen
Subject: Re: [Fab-user] TypeError: list objects are unhashable
Date: Sat, 18 Apr 2009 15:06:13 +0200

What is the value of you fab_user variable?

That is, where you do
   config.fab_user = ...
or
   config['fab_user'] = ...
what do you have in place of the "..." ?


On Fri, Apr 17, 2009 at 9: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
>
>



-- 
Venlig hilsen / Kind regards,
Christian Vest Hansen.




reply via email to

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