On Wed, Apr 24, 2024 at 9:30 AM Thomas Passin <[email protected]> wrote:
> py -3.9 -m leo.core.runLeo > ... > from leo.core import leoVim > File "C:\Tom\git\leo-editor\leo\core\leoVim.py", line 25, in <module> > from typing import Any, TypeAlias, TYPE_CHECKING > ImportError: cannot import name 'TypeAlias' from 'typing' (C:\Program > Files\Python39\lib\typing.py) > > This changeset does run using Python 3.10 and up. > Thanks for this report, Thomas. See #3884 <https://github.com/leo-editor/leo-editor/issues/3884>. I'll fix this immediately. Edward -- 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/CAMF8tS1wEp5%3D3M0W_es0vcLQXwp7BM%3DwQGiQwLU117XxnwBZgQ%40mail.gmail.com.
