Re: Call OCX from python?

2005-11-29 Thread Claudio Grondi
"JustSomeGuy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > "Claudio Grondi" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > "JustSomeGuy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > > news:[EMAIL PROTECTED] > > > Hi I have a commercial OCX that I want to

Re: Call OCX from python?

2005-11-28 Thread JustSomeGuy
"Claudio Grondi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "JustSomeGuy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > Hi I have a commercial OCX that I want to use in > > my python application. How do I call OCXs from > > python? > > TIA > > import w

Re: Call OCX from python?

2005-11-26 Thread Claudio Grondi
"JustSomeGuy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi I have a commercial OCX that I want to use in > my python application. How do I call OCXs from > python? > TIA import win32com.client axOCX = win32com.client.Dispatch("RegistryEntryForThisOCXin[VersionIndependent

Re: Call OCX from python?

2005-11-26 Thread Do Re Mi chel La Si Do
>From WxPython, or from PythonWin. Other way : call, & drive, Internet-Explorer, who call the ocx. Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Call OCX from python?

2005-11-26 Thread JustSomeGuy
Hi I have a commercial OCX that I want to use in my python application. How do I call OCXs from python? TIA -- http://mail.python.org/mailman/listinfo/python-list