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 6138087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:48:25+00:00 2026-05-23T17:48:25+00:00

I installed python27 64-bit on windows 7. I also have setuptools and pip installed.

  • 0

I installed python27 64-bit on windows 7. I also have setuptools and pip installed. Now when I execute command in windows console new console window appear, message is printed in it and close before i can read something from it. e. g. I installed yolk and when type yolk -l in cmd it shows me all packages in new cmd window and close immediately. What should I do if I want all messages in main command window?

  • 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-23T17:48:25+00:00Added an answer on May 23, 2026 at 5:48 pm

    When you run pip or easy_install from the command-line, your system will be starting easy_install.exe or pip.exe. As of Python 2.7 x64 these executables have a manifest file to satisfy Windows 7’s UAC requirements. You can read a little more about this here, but in short, because the applications could be running with different permissions, a new window is opened.

    I don’t believe there’s a proper fix to get around this, short of downgrading. However, you can bypass the problem by not using the executable files.

    Back up and then remove pip.exe, easy_install.exe, and fab.exe (if you have Fabric).

    Create a bunch of batch files matching the original binaries’ names, and put them in the same folder that had the binaries (default C:\Python27\Scripts).

    easy_install.bat

    @echo off
    easy_install-script.py %*
    

    pip.bat

    @echo off
    pip-script.py %*
    

    fab.bat

    @echo off
    fab-script.py %*
    

    With these in place, you should find your command-line use of these tools doesn’t spawn a new window. Happy hacking.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Windows Vista 64-bit SP2. I am trying to use wxPython for GUI
I have got python2.6 installed on my windows machine. tried to install twisted package
i have installed Python2.6 and Django1.2.4 on windows vista. or so i think django
I have python 2.6.6 and python 3.1.3 currently installed on my machine (Windows Vista
(In windows) I have both Python 2.6 and 2.4 installed on a machine (for
I have installed pylons based application from egg, so it sits somewhere under /usr/lib/python2.5/site-packages.
I installed WSS Infrastructure Update and MOSS Infrastructure Update ( http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx ) and now
I'm trying to use the hg-git Mercurial extension on Windows (Windows 7 64-bit, to
I have Karmic Koala which has Python 2.6 installed by default. However I can't
I am new to OpenCV and I have only Tiny C compiler configured on

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.