PyQt doesn't understand &
-
What do you get if you make it verbose ?
By the way, you may avoid much of the hassle by using pip/pip3 do install PyQt5.
-
@SGaist
i installled using the command at first place when i got all this mess.
and this is --verbosepython.exe .\configure.py --qmake C:\Qt\Qt5.10.1\5.10.1\msvc2015_64\bin\qmake .exe --verbose Querying qmake about your Qt installation... Determining the details of your Qt installation... C:\Qt\Qt5.10.1\5.10.1\msvc2015_64\bin\qmake.exe -o cfgtest_QtCore.mk cfgtest_QtCore.pro Project ERROR: Cannot run compiler 'cl'. Output: =================== =================== Maybe you forgot to setup the environment? Error: Failed to determine the detail of your Qt installation. Try again using the --verbose flag to see more detail about the problem.
-
From the looks of it, you're doing that from a console that's not configured to use Visual Studio 2015. You should either call the vcvars script with the correct parameters or start the console through the Visual Studio start menu.
-
@SGaist
i opened vs native tools x64 cmd and run the install command - same output.i run
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\vsdevcmd\ext\vsvars.bat
from vs tools->command prompt menu, then run the install command - same output.EDIT: i uninstalled current version and installed with
pip install PyQt5
(and notpip3
, as before) and got the lastest versions:Qt version: 5.10.0 SIP version: 4.19.7 PyQt version: 5.10
but:
pylint errors about imports aren't gone
the letter isn't still underlined. it's how @KevinKSyd said - only shows on alt key press -
Pylint might not find everything and you may have to help it searching for your dependencies.
As for the underline, it’s a Windows behavior.
-
I thought "&" was not working in my PyQt Windows project menus, but it turned out that the underscore only appears when Alt is being pressed.
-
@Rodrigo-B hi and welcome to devnet,
As already written, the accelerators are not permanently shown on Windows.