I noticed that my programs written with wxPython have a Win98 button style. But the Boa Constructor (which is written using wxPython too) got nice buttons.
How to make buttons look like the current style of Windows buttons?
Are you writing an application with py2exe?
If so, you may need to specify a manifest file for Python to use the WinXP (Vista?) / Common Controls theme:
http://wiki.wxpython.org/DistributingYourApplication
John answer, python.exe pythonw.exe, py2exe.
python.exe
pythonw.exe
(, py2exe), .
( ) python 2.6, , .py (Vista Windows7). update_manifest.py, wxPython, , python.exe.
.py
update_manifest.py
update_manifest.py python.exe wxPython , Windows7 RC1.
pythonw.exe python.exe?
Source: https://habr.com/ru/post/1704721/More articles:Algorithm for finding string matches in a sliding window - algorithmHow can I refer to configuration information from multiple class libraries? - c #WPF Grid Question, can I determine the absolute position of something that automatically positions itself in the WPF grid? - wpfLINQ to SQL - проблема с ассоциацией 1-to-1 - c#Как отлаживать удаленный бинарный файл Linux? - linuxFinding an executable name from a managed dll, com-visible - reflectionDuplicate service - code and documentation - javaRegister Symfony - phpHow to safely check a version of the .NET Framework using a version of the .NET Framework that may not exist? - c #Unique, numeric, incremental identifier - uniqueidentifierAll Articles