-
Notifications
You must be signed in to change notification settings - Fork 882
Closed as not planned
Closed as not planned
Copy link
Labels
duplicateThe issue has been previously reported.The issue has been previously reported.invalidInvalid report (user error, upstream issue, etc).Invalid report (user error, upstream issue, etc).
Description
When used inside CudaText plugin on Windows, we got
Python 3.8.13
Loading project: F:\django-tutorial\hello1\django_hello1.cuda-proj
Tab Icons: using theme vscode_material_24x24
LSP: starting server - Markdown; root: F:\django-tutorial\hello1
Startup: 530ms, plugins: 410ms (auto_save 32ms, cmd_history 15ms, exttools 32ms, macros 15ms, lsp 157ms, project_man 141ms, differ 16ms)
Traceback (most recent call last):
File "F:\MySSDPrograms\cudatext\py\cuda_markdown_preview\__init__.py", line 11, in <module>
import markdown
File "F:\MySSDPrograms\cudatext\py\cuda_markdown_preview\markdown\__init__.py", line 22, in <module>
from .core import Markdown, markdown, markdownFromFile
File "F:\MySSDPrograms\cudatext\py\cuda_markdown_preview\markdown\core.py", line 27, in <module>
from .preprocessors import build_preprocessors
File "F:\MySSDPrograms\cudatext\py\cuda_markdown_preview\markdown\preprocessors.py", line 29, in <module>
from .htmlparser import HTMLExtractor
File "F:\MySSDPrograms\cudatext\py\cuda_markdown_preview\markdown\htmlparser.py", line 31, in <module>
spec.loader.exec_module(htmlparser)
AttributeError: 'zipimporter' object has no attribute 'exec_module'
ERROR: Exception in CudaText for cuda_markdown_preview.config_live: AttributeError: 'zipimporter' object has no attribute 'exec_module'
is it compat with Python 3.8 ? with 3.10? @veksha
Metadata
Metadata
Assignees
Labels
duplicateThe issue has been previously reported.The issue has been previously reported.invalidInvalid report (user error, upstream issue, etc).Invalid report (user error, upstream issue, etc).