Connecting into Creo using Python
Hello all ,
I am trying to connect into Creo using a python code to extract the parameters into BOMs..
First off has anyone successful done this??
I believe it is possible , However I maybe missing a file or module or not using the correct connection command.
Here is the current setup.
-Creo 6.0.5.1
-Python Latest version
-All modules update to date.
-I have all the toolkit API installed.
-pro_comm_msg in environment variables
- I have preferred to used win32com.client module to make connection but it has failed to make the connection.
- I have also tried Creoson third party software to make the connection. I was able to connect to the server and Creo but failed to extract the parameters .it just stated no attributes to get...As there no offical help on this software it is hard to get help on this.
So If anyone can provide code of how they establish a connection and was able to send commands/extracted data would be helpful.
Thanks.

