Hi there.
First, I checked this subject : KeyError: 'aspose.cells'
So I tried that
- use latest version (23.5.0)
- use Aspose-pdf for Python via .NET (aspose-pdf · PyPI)
It didn’t solve my problem though.
My Error Code is :
Traceback (most recent call last):
File “c:\directory\test_aspose.py”, line 1, in
import aspose.pdf as ap
File “”, line 1178, in _find_and_load
File “”, line 1149, in _find_and_load_unlocked
File “”, line 674, in _load_unlocked
File “”, line 642, in _load_backward_compatible
KeyError: ‘aspose.pdf’
My Version is :
Python 3.11.2
Windows 10
aspose-pdf 23.5.0
Aspose.Slides 23.9.0
Any help?
Thanks.