Resolve sharing methods that are not displayed under Windows Sublime Text 2 run PyQt _python

Source: Internet
Author: User
Tags sublime text

Solution

After a search, find a solution under Linux, as follows:

Copy Code code as follows:

Problems of Sublime TEXT2 running PYSIDE/PYQT Program
After the ctrl-b, the interface does not bounce out, but the background process has "Python.exe", and print can be printed to produce something.
Workaround:
Open $sublimetext_dir/data/packages/python/python.sublime-build
Add "Shell": "true",

Netizens, open C:\Program files\sublime Text 2 directory, did not find the Data directory, there is no Packages directory, guess should be placed in the user directory, look for, in

C:\Users\ my username \appdata\roaming
Found in the directory

Sublime Text 2\packages\python
Directory, decisively edit Python.sublime-build content:

{
  "cmd": ["Python", "-U", "$file"],
  "File_regex": "^[]*file \" (... *?) \ ", line ([0-9]*)",
  "selector": "Source.python",
  "Shell": "True"
}

Get!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.