Performance issues when opening DRW files through Creoson/Creopyson
Hello everyone,
First of all, I would like to express my sincere thanks to the authors of Creoson and Creopyson for their work and for everything these tools make possible.
We have developed a Python application to automate the export of DRW drawings into various output formats while applying specific file naming conventions.
However, we are experiencing significant delays when our application requests Creo to access DRW files. For example, opening a relatively small drawing can sometimes take several minutes. We do not observe these delays when opening the same file directly in Creo.
For reference, Creoson, our Python application, and all Creo files are hosted on an internal company server.
We are trying to determine the source of these delays. Could they be caused by our Python application, Creoson, Creo itself, or the server/network infrastructure?
Is there a way to monitor the communication between Creoson and Creo, enable detailed logging, or use another troubleshooting method to identify the root cause of the issue?
Any advice or recommendations would be greatly appreciated.
Kind regards.
Environment:
- Creo 9.0.11.0
- Creoson 3.0.1
- Creopyson 0.7.8
- Python 3.13.9

