Re: [python-win32] Python-win32 Digest, Vol 37, Issue 10

2006-04-10 Thread Aleksandar Cikota
Thank You! I have also found this:   Always Use Parentheses to Call a Function You must add parentheses after a function name to call it, whether it takes arguments or not. That is, use function(), not function. Python functions are simply objects that have a special operation, a call, that y

[python-win32] Embed PyCWnd in Tkinter Frame?

2006-04-10 Thread Metz, Bobby W, WCS
I've been searching for this all weekend and can't find what I consider a straight answer. I have an existing Tkinter app which automates IE but I'd really like to embed IE in a Tkinter frame but don't want to have to completely re-write the app. I see it appears fairly easy to activat

[python-win32] WMI Performance API

2006-04-10 Thread Erik Dahl
I want to use the WMI Performance API to collect performance information from remote boxes. To do this I need to create a WbemScripting. SWbemRefresher object like so: objRefresher = CreateObject("WbemScripting.SWbemRefresher") Is CreateObject something that is available from python (I have

Re: [python-win32] WMI Performance API

2006-04-10 Thread Mark Hammond
> I want to use the WMI Performance API to collect performance > information from remote boxes. To do this I need to create a > WbemScripting. SWbemRefresher object like so: > > objRefresher = CreateObject("WbemScripting.SWbemRefresher") > > Is CreateObject something that is available from python

Re: [python-win32] Embed PyCWnd in Tkinter Frame?

2006-04-10 Thread Mark Hammond
> I've been searching for this all weekend and can't find > what I consider a straight answer. I have an existing Tkinter > app which automates IE but I'd really like to embed IE in a > Tkinter frame but don't want to have to completely re-write the > app. I see it appears fairly easy to ac

Re: [python-win32] Runnin Python app as service with separate console

2006-04-10 Thread Michael Li
Hi, Waldemar In my previous email, I got -begin- Your mail to 'Python-win32' with the subject Re: [python-win32] Runnin Python app as service with separate console Is being held until the list moderator can review it for approval. The reason it i

Re: [python-win32] Runnin Python app as service with separateconsole

2006-04-10 Thread Mark Hammond
> "install_3d_app_service.cpp" is a program to install > sftc3win.exe(sftc_3d_app_service.cpp) > into a Windows' service. Inside sftc_3d_app_service.cpp, it will spawn > "python". > After reboot the machine, no problem, everything works fine, please see > attached > picture python_running.JPG. The

Re: [python-win32] Embed PyCWnd in Tkinter Frame?

2006-04-10 Thread Metz, Bobby W, WCS
Is pythonwin or wxPython the only way to use an ActiveX control then? And for something completely outta left field...is there any way to make the main Tkinter window transparent, i.e. just a window border? If so, a determined individual might be able to intercept move/resize events to literal wr