From: Jonathan B. <jbr...@ea...> - 2005-12-17 22:52:31
|
There is an easy fix for the display.exit bug. Add the following line to the definition of class display in site-packages/visual/ui.py: (one tab)exit = property(None, cvisual.display.exit_on_close, None) This and a handful of other issues will be corrected in an upcoming release. HTH, -Jonathan Brandmeyer |