Solution to Windows Sublime Text 2 run PyQt not Show method sharing

Source: Internet
Author: User
Solution Solutions

Search and find a solution under Linux, as shown below:

Copy the Code code as follows:


Sublime Text2 Run the PYSIDE/PYQT program problem
After the ctrl-b, the interface will not pop out, but the background process has "Python.exe", and print can be printed out by using print.
Workaround:
Open $sublimetext_dir/data/packages/python/python.sublime-build
Add "Shell": "true",

Retrace, 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 user name \appdata\roaming
Found in the directory

Sublime Text 2\packages\python
Catalogue, 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.