Re: [python-win32] To control commercial software CST through python

2017-04-28 Thread Max Landaeus
Hi, I wrote some code to control CST a couple of years ago. It was quite difficult to interface via COM, since some commands simply refused to work. What I did in the end was to as few com-calls as possible and did the rest in VB. Even if VB is a terrible language the end result was more sta

[python-win32] manual for pywin32

2017-04-28 Thread Michael C
Hi all, is there a manual for this module? I can't seem to find any! ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] manual for pywin32

2017-04-28 Thread Tim Roberts
Michael C wrote: > Hi all, is there a manual for this module? I can't seem to find any! I'm skeptical that you looked at all. Google "pywin32 documentation". Pywin32 is very large, since it is trying to expose most of the incredibly vast Win32 API. Was there something specific you were after?