Bug report #1940
OpenStreetMap plugin - getMainWindow
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Borys Jurgiel | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | invalid | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12000 |
Description
I would like to test the OpenStreetMap plugin with QGis 1.3.0 (11643:11644) . It occurs the following python error: Traceback (most recent call last):
File "", line 1, in
File "C:/Users/enzo/.qgis//python/plugins\\osm\\plugin.py", line 20, in initGui
self.action = QAction(QIcon(":/plugins/osm/osm.png"), "OSM", self.iface.getMainWindow())
AttributeError: 'QgisInterface' object has no attribute 'getMainWindow'
History
#1 Updated by Jürgen Fischer about 15 years ago
- Resolution set to invalid
- Status changed from Open to Closed