如何将 Google 地图嵌入到 wxPython 程序中?
我想使用 wxPython 创建一个程序,该程序使用 Google 地图来显示和选择地理数据。
是否有一个经过验证的、可以使用的小部件?
I would like to create a program using wxPython that uses Google maps to display and select geographic data.
Is there a proven, ready to use widget for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有预制的小部件。我确实找到了 PySlip,它与您所说的类似: http://code .google.com/p/pyslip/wiki/Introduction
也正在为 wxPython 开发一个 webkit 端口。这里有一个有点旧的预览版本:
http://wxwebkit.wxcommunity.com /index.php?n=Main.Downloads
我知道作者已经花了相当长的时间对其进行更新。
There are no pre-made widgets that I'm aware of. I did find PySlip, which is similar to what you're talking about: http://code.google.com/p/pyslip/wiki/Introduction
There is a webkit port that's being worked on for wxPython as well. There's a preview build here that's kind of old:
http://wxwebkit.wxcommunity.com/index.php?n=Main.Downloads
I know the author has been working on an update to it for quite some time though.