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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:01:09+00:00 2026-06-13T12:01:09+00:00

I used Sublime Text 2 in Ubuntu Linux and worked pretty fine. Now, when

  • 0

I used Sublime Text 2 in Ubuntu Linux and worked pretty fine.

Now, when I use it in Windows, i can’t build anything. It appears “building” in the status bar in the bottom and then do nothing. I did a trivial test like building a print “hello world” in python build system and nothing happens.

I am missing anything? Btw: the python is in the System Path

  • 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-06-13T12:01:10+00:00Added an answer on June 13, 2026 at 12:01 pm

    I’m not sure what the exact problem is, here are somethings you can try.

    0. Recheck

    Sublime text 2 just calls python -u $file on both linux and windows. I would first double check this command works in a new cmd window.

    1. Patch exec.py

    On Windows systems new windows opened by the build process are hidden. This stops GUIs and maybe the python terminal from appearing.

    You can disable this patching Packages\Default\exec.py by commenting out line 33:

    startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
    

    2. Indirectly calling python

    Another option is to modify Packages/Python/Python.sublime-build so that it calls a bat file which then executes the python file. (this is what I am currently doing for .swf files)

    3. Hardcoding Python path

    Or, this is not ideal, you can try hard coding the python path into the build file like:

    {
        "cmd": ["C:\\python27\\python.exe", "-u", "$file"],
        "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
        "selector": "source.python"
    }
    

    Hope one of the above works.

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

Sidebar

Related Questions

I think many of you are using or used to use Sublime Text 2
In Delphi 2009, synchronize'd functions that worked fine in Delphi 7 execute with sublime
I used Sublime Text 2 to download the nodejs package ( https://github.com/tanepiper/SublimeText-Nodejs ), but
I want to see all the attributes used in the Sublime Text 2 theme
Used code I found on SO to use the COM based Acrobat Reader to
I used the phonegap website to create an IPA file. Now I want to
Having used storyboards for a while now I have found them extremely useful however,
I used Session[EmpName] = Convert.ToString(Request.QueryString[1]); lblEmployeeName.Text = Session[EmpName].ToString; to show the data in label
Trying to compile and run a simple Allegro program using Sublime Text 2 and
I used CouchDB 1.1.1 with self-signed certs fine for some time. Then, I purchased

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.