Python Forum

Full Version: Embed Google Maps in PyQt6 Widget
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
PyQt6 (6.1) has no webenginewidgets, you must wait for 6.2
(Sep-11-2021, 04:09 PM)Axel_Erfurt Wrote: [ -> ]PyQt6 (6.1) has no webenginewidgets, you must wait for 6.2

Understandable. Thank you.