Python Forum
[PyQt] Embed Google Maps in PyQt6 Widget - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyQt] Embed Google Maps in PyQt6 Widget (/thread-34883.html)



Embed Google Maps in PyQt6 Widget - Raures - Sep-11-2021

Hi. I am trying to make a widget that embeds Google Maps but I can't find any module that would help me do so. I've searched the web, tried to find solutions to this with no success. PyQt5 seems to have QtWebEngine that could embed a web page, but I want to use PyQt6. I have no code to show yet because I don't even know how to start. Can someone help me?


RE: Embed Google Maps in PyQt6 Widget - Axel_Erfurt - Sep-11-2021

PyQt6 (6.1) has no webenginewidgets, you must wait for 6.2


RE: Embed Google Maps in PyQt6 Widget - Raures - Sep-11-2021

(Sep-11-2021, 04:09 PM)Axel_Erfurt Wrote: PyQt6 (6.1) has no webenginewidgets, you must wait for 6.2

Understandable. Thank you.