--- trunk/gtk/__init__.py 2006/11/15 04:23:45 2793 +++ trunk/gtk/__init__.py 2007/07/14 17:14:54 2851 @@ -50,8 +50,11 @@ import gdk if ltihooks: - ltihooks.uninstall() - del ltihooks + try: + ltihooks.uninstall() + del ltihooks + except: + pass from gtk._lazyutils import LazyNamespace, LazyModule from gtk.deprecation import _Deprecated, _DeprecatedConstant