[QGIS-trac] Re: [Quantum GIS] #3076: OSM plugin: python error clicking on "load OSM from file"

Quantum GIS qgis at qgis.org
Sun Oct 3 19:00:49 EDT 2010


#3076: OSM plugin: python error clicking on "load OSM from file"
------------------------------------------------+---------------------------
   Reporter:  lutra                             |              Owner:  wonder       
       Type:  bug                               |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.6.0
  Component:  Python plugins and bindings       |            Version:               
   Keywords:                                    |   Platform_version:               
   Platform:  Debian                            |           Must_fix:  Yes          
Status_info:  0                                 |  
------------------------------------------------+---------------------------

Comment(by borysiasty):

 It's caused by the line 19: from PyQt4 import *

 >>> from PyQt4.QtCore import *
 >>> Qt
 <class 'PyQt4.QtCore.Qt'>
 >>>
 >>>
 >>> from PyQt4 import *
 >>> Qt
 <module 'PyQt4.Qt' from '/usr/lib/pymodules/python2.6/PyQt4/Qt.so'>


 Is this import used anywhere at all?

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3076#comment:2>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list