Maintenance: Planio will be observing a scheduled maintenance window this Sunday, November 10, 2024 from 20:00 UTC until 21:00 UTC to perform important network maintenance in our primary data center. Your Planio account will be unavailable for a few minutes during this maintenance window.
Actions
Bug #5853
closedModuleNotFundError: No module named 'nodeKind'
Start date:
2023-01-25
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
12.0
Fixed in version:
12.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Reported by user on Windows machine the following error when running a simple python script:
import saxonche
File "python_saxon\saxonc.pyx", line 16, in init saxonche
ModuleNotFundError: No module named 'nodeKind'
I managed to reproduce the error. The workaround I found was to import nodekind
, but this did not work for them.
Updated by O'Neil Delpratt almost 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
The nodekind.py file dependency has been removed. This should not make any difference to the Python API.
Updated by O'Neil Delpratt over 1 year ago
- Status changed from Resolved to Closed
- Fixed in version set to 12.1
Bug fixed applied in the SaxonC 12.1 maintenance release.
Please register to edit this issue
Actions