Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1390 closed bug (invalid)

Visual C ++ RUN TIME ERROR

Reported by: 290582 Owned by: nobody
Priority: critical: causes crash or data corruption Milestone:
Component: Python plugins and bindings Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

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.

Change History (2)

comment:1 by msieczka, 15 years ago

Resolution: invalid
Status: newclosed

Hi

This doesn't really look like a bug report. For support better use QGIS dev mailing list: http://qgis.org/content/view/115/96.

Cheers.

comment:2 by (none), 15 years ago

Milestone: Version 1.0.0

Milestone Version 1.0.0 deleted

Note: See TracTickets for help on using tickets.