Skip to content
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

Closed
dlridings opened this issue Jan 11, 2025 · 6 comments
Closed

lib2to3: ModuleNotFoundError #7

dlridings opened this issue Jan 11, 2025 · 6 comments

Comments

@dlridings
Copy link

I installed criticus as recommended. When I ran python -m criticus I got:

ModuleNotFoundError: No module named 'lib2to3'

Screenshot 2025-01-11 061908

@dlridings
Copy link
Author

Running newly installed Python
Screenshot 2025-01-11 062852

@dlridings
Copy link
Author

It is Python 3.13. I backed down to 3.12 and everything works.

@d-flood
Copy link
Owner

d-flood commented Jan 13, 2025

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.

@dlridings
Copy link
Author

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.

@d-flood
Copy link
Owner

d-flood commented Jan 23, 2025

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

@d-flood
Copy link
Owner

d-flood commented Jan 23, 2025

I'm going to close this issue now, but if you run into any issues on Python 3.13, feel free to reopen!

@d-flood d-flood closed this as completed Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants