Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if Sublime Text2 runs and PyQt does not display?

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how to run Sublime Text2 without displaying PyQt. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Problem description

The PyQt environment is normal and the virtual DOS using Windows can work normally, but use Ctrl + B under Sublime Text 2

After running, the interface does not display, but look at the task manager, there is a python.exe process.

Solution

Search and find a solution under Linux, as follows:

Problems with running pySide/pyQt programs in Sublime Text2

After Ctrl-B, the interface will not pop up, but there is a "python.exe" in the background process, and you can print something using print.

Solution:

Open $sublimeText_dir/Data/Packages/Python/Python.sublime-build

Add "shell": "true"

Follow the clue to find, open C:\ Program Files\ Sublime Text 2 directory, did not find the Data directory, there is no Packages directory, guess should be put in the user directory, look for, in

C:\ Users\ my user name\ AppData\ Roaming

Found in the directory

Sublime Text 2\ Packages\ Python

Directory, decisively edit the Python.sublime-build content:

{"cmd": ["python", "- u", "$file"], "file_regex": "^ [] * File\" (. *?)\ ", line ([0-9] *)", "selector": "source.python", "shell": "true"} this is the end of the article on "what to do if PyQt is not displayed when Sublime Text2 runs". Hope that the above content can be helpful to you, so that you can learn more knowledge, if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report