fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] easy_install fabric; fab --list crashes


From: Jeff Forcier
Subject: Re: [Fab-user] easy_install fabric; fab --list crashes
Date: Wed, 16 Sep 2009 14:52:32 -0400

Fab 0.9 is not available on the Cheese Shop, as it's not had a final
release yet :) so it cannot actually be easy_installed at this time.
(The docs are written "for" the released version, which is why it's
unfortunately confusing -- I wasn't intending to let the release
process drag on as long as it has.)

It *can* be pip installed, though, with pip install -e
git://git.fabfile.org/fabric.git#egg=Fabric (you will then need to
move into the git checkout in your Python lib directory, and do "git
checkout 0.9").

Unfortunately, Paramiko's current PyPI version has a serious bug, so
you will want to install that first. See the notes on
http://docs.fabfile.org/0.9/installation.html .

Best,
Jeff

On Wed, Sep 16, 2009 at 2:26 PM, Matthew Wilson <address@hidden> wrote:
> Hi,
>
> I'm setting up a new box, and I just tried installing fabric from the
> cheese shop.  The install succeeded, but $ fab --list crashed (session
> below).  Let me know if there's anything else I should send along.
>
> Matt
>
> $ easy_install fabric
> Searching for fabric
> Best match: Fabric 0.1.1
> Processing Fabric-0.1.1-py2.5.egg
> Fabric 0.1.1 is already the active version in easy-install.pth
> Installing fab script to /home/staffknex/.virtualenvs/staffknex/bin
>
> Using 
> /home/staffknex/.virtualenvs/staffknex/lib/python2.5/site-packages/Fabric-0.1.1-py2.5.egg
> Processing dependencies for fabric
> Finished processing dependencies for fabric
>
> $ fab --list
> Fabric v. 0.1.1.
> Traceback (most recent call last):
>  File "build/bdist.linux-i686/egg/fabric.py", line 1514, in main
>  File "build/bdist.linux-i686/egg/fabric.py", line 662, in load
>  File "fabfile.py", line 7, in <module>
>    from fabric import api, context_managers
> ImportError: cannot import name api
>
>
> --
> W. Matthew Wilson
> address@hidden
> http://tplus1.com
>
>
> _______________________________________________
> 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]