-
Notifications
You must be signed in to change notification settings - Fork 867
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
crash under Win64: no attribute 'exec_module' #1286
Comments
on Win64 CudaText ships with Python 3.8 (old was 3.6). |
(didn't try it)
|
I don't like 'downgrade' way, better I wait until it's fixed. |
This is a duplicate of #1132. |
As I note in #1132, this has been fixed in Python 3.10. Upgrading should fix the issue. |
users of CudaText have Python 3.8 preinstalled. |
Unfortunately, I am not aware of any workarounds. The issue is in Python's zipimport library, not with our code. If CudaText is using zipimport then they need to support Python 3.10 (or backport zipimport from Python 3.10) to have a properly working implementation. |
after user upgraded to Python 3.10 DLLs, he sees new error:
do you know where do get 3.2.2 version? I cannot find it on https://pypi.org/project/Markdown/#files |
Yup the trace explains that the import xml.etree.ElementTree as etree |
CudaText plugin, code is here
https://github.com/CudaText-addons/cuda_markdown_preview
crashes on Win64,
Alexey-T/CudaText#4293
The text was updated successfully, but these errors were encountered: