I've been working on the Vaccuum Cleaner world with the intent of implementing 
some of the exercises in Russell-norvig 2.8-2.13,  I'm having difficulty having 
the program end nicely.  There are commands for 'quit' and 'exit' but they 
don't seem to have an effect - neither closes the gui.  I see the destroy(self) 
function  in the GUI class in VacuumCleanerWorld.py but I don't know that it is 
called.  Seems like there should be something in process()   like:  if 
self.quit ==1:
                                                                                
       self.destroy()
or perhaps that variable is monitored somewhere else.

Thanks for any help on this.

Christine Shannon
Margaret V. Haggin Professor of Computer Science
           and Mathematics
Centre College
600 W. Walnut
Danville, KY  40422
859 238 5406
http://web.centre.edu/shannon/index.htm

CENTRE COLLEGE
  Personal Education. Extraordinary Success
  http://www.centre.edu<http://www.centre.edu/>
  http://www.centre.edu/socialmedia





_______________________________________________
Pyro-users mailing list
[email protected]
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to