Dear Team,
I have been working on generating an executable using PyInstaller for a Python script that utilizes Spire.Doc to convert read DOC. However, upon attempting to run the generated executable, I encountered an error.
Please find the error details attached for your reference.
I would appreciate any insights or suggestions you might have to resolve this issue.
Best regards.
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter\__init__.py", line 1921, in __call__
File "main.py", line 62, in chac
File "plum\function.py", line 642, in __call__
File "plum\function.py", line 592, in __call__
File "spire\doc\Document.py", line 350, in __init__
AttributeError: 'NoneType' object has no attribute 'Document_CreateDocument'
windows 10 python 3.10