[thuban-Bugs][690] Error in projection dialog

thuban-bugs@wald.intevation.org thuban-bugs at wald.intevation.org
Mon Jul 21 05:12:52 CEST 2008


Bugs item #690, was opened at 2008-07-21 00:12
Status: Open
Priority: 3
Submitted By: Anthony Lenton (elachuni)
Assigned to: Nobody (None)
Summary: Error in projection dialog 
Resolution: None
Version: None
Category: None


Initial Comment:
I'm not sure I'm not doing something wrong, but I'm pretty sure that the app shouldn't produce a traceback:

 * Open the app
 * Go to Map->Projection...
 * Select a projection, for example "UTM Zone 27" (any other can do).  Here on my machine the specific UI for the particular projection (the ellipsoid combo, the zone spinbox and the southern hemisphere checkbox for this example) appears misplaced in the top left corner of the window instead of appearing in the right panel, but that's not what this bug report is about...
 * Click the "New" button at the right

What I would expect to happen: The right panel is cleared and I can create a new projection for my map.

What happens instead:  An exception occurs, with the following traceback:

anthony at daphne:~/svn/thuban/trunk/thuban$ ./thuban.py 
An unhandled exception occurred:
type object 'ProjPanel' has no attribute 'Clear'
(please report to http://thuban.intevation.org/bugtracker.html)

Traceback (most recent call last):
  File "/home/anthony/svn/thuban/trunk/thuban/Thuban/UI/projdialog.py", line 263, in _OnNew
    self.curProjPanel.Clear()
  File "/home/anthony/svn/thuban/trunk/thuban/Thuban/UI/projdialog.py", line 953, in Clear
    ProjPanel.Clear(self)
AttributeError: type object 'ProjPanel' has no attribute 'Clear'

anthony at daphne:~/svn/thuban/trunk/thuban$ 


----------------------------------------------------------------------

You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=105&aid=690&group_id=6




More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)