Python Forum

Full Version: How to read PYD file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using 4Suite package for XML processing.
The folder structure saves XmlString.py, XmlString.pyc and XmlString.pyd files.
I am receiving error while importing XmlString module as:

from Ft.Xml.Lib.XmlString
ImportError: DLL load failed: The specified module could not be found.
.

Any help would be appreciated.
I've never heard of 4suite before, but pypi says it was last updated in 2006, so it's possible that it only works with very old python versions.
I would recommend using lxml instead.