Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtWebKit got deprecated upstream in Qt 5.5 and removed in 5.6 #1

Open
ChildishGiant opened this issue Jul 31, 2018 · 4 comments
Open

Comments

@ChildishGiant
Copy link

https://github.com/eyllanesc/qMap/blob/master/qOSM/common.py#L16

@eyllanesc
Copy link
Owner

@ChildishGiant QtWebKit is deprecated in Qt but is still developed by another community independently, for example I just tested it with PyQt5 5.11.2 and it works correctly, could I point you out where did you get that information ?, on the other hand I will soon add support for QtWebEngine 😄

@ChildishGiant
Copy link
Author

Oh, I tried running the examples and my python complained that it doesn't exist. My reputable source is some random guy on stackoverflow.

@eyllanesc
Copy link
Owner

@ChildishGiant As I said officially Qt no longer supports QtWebKit (deprecated for Qt), but other developers keep giving it maintenance, and in my case to have support I have manually compile QtWebKit and PyQt5, I do not use pip, so I still have the ability to execute that code. In a next version of my library I will try to migrate to QtWebEngine, the migration is not easy since several functions of QtWebKit are no longer incorporated in QtWebEngine. Also, for example, QtWebEngine is asynchronous. So you'll have to wait for the future version, or use an older version of PyQt5, probably PyQt 5.5, PyQt5 5.6 😸

@ChildishGiant
Copy link
Author

Thanks for the explanation 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants