[QGIS-trac] [Quantum GIS] #1390: Visual C ++ RUN TIME ERROR

Quantum GIS qgis at qgis.org
Mon Nov 10 10:34:19 EST 2008


#1390: Visual C ++ RUN TIME ERROR
---------------------------------------------------------+------------------
   Reporter:  290582                                     |              Owner:  nobody       
       Type:  bug                                        |             Status:  new          
   Priority:  critical: causes crash or data corruption  |          Milestone:  Version 1.0.0
  Component:  Python                                     |            Version:  HEAD         
   Keywords:                                             |   Platform_version:               
   Platform:  Debian                                     |           Must_fix:  No           
Status_info:  0                                          |  
---------------------------------------------------------+------------------
 Hi,
 I would appreciate if u tell me I'm running the following error every time
 I'm starting using QGIS??????
 For example while running the folowing simple code:


 class Map_Application(QtGui.QMainWindow):
     def __init__(self):
         QtGui.QMainWindow.__init__(self)
         self.setWindowTitle("Display Shapefile")

         self.canvas=QgsMapCanvas()
         self.canvas.setCanvasColor(QtGui.Qcolor(255,255,255))
         self.canvas.enableAntiAliasing(True)
         self.canvas.useQImageToRender(False)
         self.canvas.show()

 I ran into the following error message:

 Runtime Error!
 Program: C:\Python25\pyhtonw.exe

 This application has requested the Runtime to terminate it in an unusual
 way.
 Please contact the applicant's support team for more information.

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1390>
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