How to Install or use a Webkitwidgets?
-
@JKSH Hi, thanks for respond quickly
I had already downloaded it since yesterday and in the same way I already checked the documentation and just like that I am doing it but it marks that same error
@Morado Are you sure you're using your MSVC Kit and not MinGW?
-
I was assuming that when selecting it once it was already running but it is not selecting it apparently
I can´t select it now
@Morado said in How to Install or use a Webkitwidgets?:
I can´t select it now
Then check that Kit in "Options..." - it probably has some issues.
Also, did you install Visual Studio with C++? -
@Morado said in How to Install or use a Webkitwidgets?:
I can´t select it now
Then check that Kit in "Options..." - it probably has some issues.
Also, did you install Visual Studio with C++? -
Hi,
You need to install Visual Studio. It's not something the Qt installer can do for you as Microsoft forbids that.
-
Hi,
You need to install Visual Studio. It's not something the Qt installer can do for you as Microsoft forbids that.
-
@Morado said in How to Install or use a Webkitwidgets?:
I already have Visual Studio installed
Which version?
Make sure you select the C++ Build Tools from the Visual Studio installer. This contains the C++ compiler.
No, not this. These are the Redistributable libraries; they are not the Visual Studio IDE and compiler.
Visual Studio is downloadable from https://visualstudio.microsoft.com/downloads/
-
@Morado said in How to Install or use a Webkitwidgets?:
I already have Visual Studio installed
Which version?
Make sure you select the C++ Build Tools from the Visual Studio installer. This contains the C++ compiler.
Mm this?
No, not this. These are the Redistributable libraries; they are not the Visual Studio IDE and compiler.
Visual Studio is downloadable from https://visualstudio.microsoft.com/downloads/
-
wrote on 25 Jan 2021, 17:08 last edited by
Wow! The lucky you!
What about us, using Python, do we need to install C++ too? -
Wow! The lucky you!
What about us, using Python, do we need to install C++ too?@Andrew-K-Kabaghe hi and welcome to devnet, if you are thinking about using the Qt WebKit module from Python then you are likely out of luck because that module has not been released with any PySide2 release.
In any case, you should open your own thread about your issue.