Hi @all, I installed and run Leo 6.0-final in Python 3.8 with following changes:
*file: Python38\Lib\site-packages\leo\core\leoApp.py:* line 2392 : t1 = time.process_time() *rewrited method createCursesGui to:* def createCursesGui(self, fileName='', verbose=False): self.createQtGui() I tried to use following wheel: https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses curses‑2.2.1+utf8‑cp38‑cp38‑win_amd64.whl But then I get an error that some widgets to large. Because of this I *file: Python38\Lib\site-packages\leo\core\leoColorizer.py :* line 2164 : t1 = time.process_time() line 2188: self.tot_time += time.process_time() - t1 Hope that helps someone.... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/8df9a093-2eb3-4122-9348-1a9ae1e10d46%40googlegroups.com.
