Changes between Initial Version and Version 3 of Ticket #199
- Timestamp:
- 02/24/09 23:18:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #199
- Property milestone changed from Umit 1.0beta1 to Umit 1.0
-
Ticket #199 – description
initial v3 1 If you run umit with python 2.4, without having pysqlite installed, it will hang on umitGUI.App.__create_show_main_windowbecause the first line on that method will cause an ImportError.1 If you run umit with python 2.4, without having pysqlite installed, it will hang on {{{ umitGUI.App.__create_show_main_window }}} because the first line on that method will cause an ImportError. 2 2 3 3 It turns out that UmitDB is not that important for umit, so we can disable it and continue running normally if this situation happens.
