-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib2to3: ModuleNotFoundError #7
Comments
It is Python 3.13. I backed down to 3.12 and everything works. |
Thanks for this report @dlridings. I've been working the last few evenings on #6 to repackage the scripts with a different GUI framework. When that is done, I'll test on Python 3.11, 3.12, and 3.13. Although I think the bug you found is simply an unused import that should have been removed. |
Thanks. Python 3.13 gave me a problem with bottle.py in the Standalone Transcription Editor. Just so you know. It's a known issue with bottle and Python 3.13. I just installed the latest version of bottle. |
An update on this. I've finished replacing the GUI framework for Criticus and it can be installed from PyPI now: https://pypi.org/project/criticus/2.0.0/ I've also updated by fork of the standalone collation editor to support Python 3.13: https://github.com/d-flood/standalone_collation_editor |
I'm going to close this issue now, but if you run into any issues on Python 3.13, feel free to reopen! |
I installed criticus as recommended. When I ran python -m criticus I got:
ModuleNotFoundError: No module named 'lib2to3'
The text was updated successfully, but these errors were encountered: