skipa
skipa

Reputation: 1

How can I use Python with PowerDesigner?

I want to run a PDM or a XML file to PowerDesigner using Python code. Is it possible? If yes, how can I do it and please guide me or help with links to follow.

Upvotes: 0

Views: 664

Answers (1)

pascal
pascal

Reputation: 3365

There is no specific module.

But it looks like you can use a module like pywin32 to access PowerDesigner Automation API.

Upvotes: 0

Related Questions