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

  • Home
  • SEARCH
  • 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 Emgucv for face detection. I have installed emgucv and
I am interested in using/learning RoR in a project where I have to use
I am interested in making a Google Talk client using Python and would like
I'm interested in using Functional MetaPost on Mac OS X: http://cryp.to/funcmp/ I'm looking for
I'm interested in using an Object-Relational Mapping package for an upcoming project. This project
I'm interested in using a Reed-Solomon error correction [ http://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction as a reference] to
I am interested in using some kind of a command-line utility for SQL Server
I'm interested in actual examples of using fixed point combinators (such as the y-combinator
I'm interested in putting together my first online game using Flash as the client
I'm interested in hearing what technique(s) you're using to validate the internal state of

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.