Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3877496
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:30:15+00:00 2026-05-19T22:30:15+00:00

I am am interested in using Fabric as a deployment tool and I am

  • 0

I am am interested in using Fabric as a deployment tool and I am having trouble making it through the tutorial. I believe I have it installed correctly (I used easy-install)

I have defined the sample function in fabfile.py:

def hello():
    print("Hello world!")

I then open a command window and run

C:\dev>fab hello

A second cmd shell window opens and then closes again nearly instantaneously and I have no idea what it says.

I have tried opening the command window with the /K option

c:\dev>cmd /K "fab hello"

And I have tried redirecting the output to a file, but the file comes back empty.

c:\dev>fab hello >> output.txt

Any hints, suggestions or comments appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:30:16+00:00Added an answer on May 19, 2026 at 10:30 pm

    DiggyF’s suggestion worked great for taming the cmd shell

    fab hello > output.txt 2>&1
    

    I now get the output of the instantaneous shell execution piped to a file.

    The output: ImportError: No module named win32api. This led me on a much longer goose chase that needs to be placed in another question.

    The solution to getting fabric running on Windows 7:

    easy_install fabric

    manually install pycrypto-2.0.1.win-amd64-py2.6.exe from:
    http://www.voidspace.org.uk/python/modules.shtml

    manually install pywin32-214.win-amd64-py2.6.exe from:
    http://sourceforge.net/projects/pywin32/files/

    To keep the shell from closing right away after running, you can use:

    from fabric.contrib.console import confirm
    def hello():
        ...
        confirm("Would you like to exit?")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am interested in using a DataObject and have been looking through the documentation.
I am interested in using Emgucv for face detection. I have installed emgucv and
I'm interested in using a code coverage tool for my next .NET project but
I have very interested in using MongoDB it seems awesome. But I'm from a
I am interested in using a page control to switch through entries in my
My company is interested in using the azure storage tables. They have asked me
I am interested in using/learning RoR in a project where I have to use
recently been interested in using windows phone to upload photo. I have upgraded my
I'm interested in using the html5 notifications api but have a few questions: Is
I am very interested in using CI phonegap and jquery to make mobile apps,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.