[python-win32] Re: How to determine CD-ROM or CD-R?

2004-12-08 Thread Qiangning Hong
Tim Golden wrote: [Qiangning Hong] | How can my program find out the type of disc in my CD-RW | drive? I want | my program behaves differently depend on the type: if it is a normal | CD-ROM, read data from it; if a recordable CD, burn data onto it. If you're on Windows, I think WMI can do it.

Re: [python-win32] "native" password dialog?

2004-12-08 Thread Chris R. Martin
How can I implement this Python, and will it work within a Tkinter app? Thanks, Chris Mark Hammond wrote: 1) Does win32 have a "native" type of password dialog? Any guesses on how OmniPass recognizes a dialog as a "password dialog"? As far as I am aware, there is no standard "password" dialog

RE: [python-win32] "native" password dialog?

2004-12-08 Thread Mark Hammond
> 1) Does win32 have a "native" type of password dialog? Any guesses on > how OmniPass recognizes a dialog as a "password dialog"? As far as I am aware, there is no standard "password" dialog - however, windows edit controls can have the ES_PASSWORD style. My guess is that Tk implements its own p

[python-win32] "native" password dialog?

2004-12-08 Thread Chris R. Martin
I use a program called OmniPass, which is a password "vault" program that works in conjunction with a USB fingerprint device. The software works by "remembering" passwords typed into dialog boxes. When presented with the dialog box on subsequent occasions, it intercepts the dialog and displays

RE: [python-win32] Allowing service to interact with desktop

2004-12-08 Thread Mark Hammond
> Is there a way to set my python windows service to run witht the > option "Allowing service to interact with desktop" turned on at > installation time? I know how to enable it from the windows Services > UI, but I'm hoping there is an option similar to "--startup auto" (to > set the service to st

RE: [python-win32] Problem running python cgi script

2004-12-08 Thread Mark Hammond
> 4) configured the virtual directory in IIS above to run > "c:\python23\python.exe" -u %s %s on .cgi extensions If the path has a space in it, try adding quotes around the "%s". If the virtual directory is on a network share, move it to a local dir. > Added some logging statements to a log file

[python-win32] Problem running python cgi script

2004-12-08 Thread Jeff Lowery
I'm trying to get MoinMoin Wiki server installed on IIS 6.0, but am hung up on getting the moin.cgi script to execute. Yes, I have read and followed the directions in the INSTALL.html document, including: 1) appended the site-packages directory to sys.path 2) added virtual directory 'wiki', po

[python-win32] Allowing service to interact with desktop

2004-12-08 Thread Rogelio Flores
Is there a way to set my python windows service to run witht the option "Allowing service to interact with desktop" turned on at installation time? I know how to enable it from the windows Services UI, but I'm hoping there is an option similar to "--startup auto" (to set the service to start automa

[python-win32] upgrading to python 2.4

2004-12-08 Thread Charlie Taylor
Is there a good reference to the steps that should be taken to upgrade a Windows machine to the next version of python? My journey from 2.2 to 2.3 was very knicker-twisting. I'm hoping for more of a controlled landing on 2.4. ___ Python-win32 mailing l

RE: [python-win32] How to determine CD-ROM or CD-R?

2004-12-08 Thread Tim Golden
[Qiangning Hong] | How can my program find out the type of disc in my CD-RW | drive? I want | my program behaves differently depend on the type: if it is a normal | CD-ROM, read data from it; if a recordable CD, burn data onto it. If you're on Windows, I think WMI can do it. Check out the Win

[python-win32] How to determine CD-ROM or CD-R?

2004-12-08 Thread Qiangning Hong
How can my program find out the type of disc in my CD-RW drive? I want my program behaves differently depend on the type: if it is a normal CD-ROM, read data from it; if a recordable CD, burn data onto it. ___ Python-win32 mailing list [EMAIL PROTECTE

Re: [python-win32] Re: Application Error driving iTunes with COM

2004-12-08 Thread Simon Brunning
On Wed, 08 Dec 2004 11:30:37 +0200, Niki Spahiev <[EMAIL PROTECTED]> wrote: > And tying build 202 gives? > > Niki Spahiev Mark's been borrowing Guido's time machine again - whatever it was that wasn't working before does work in 203. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonl

Re: [python-win32] Re: Application Error driving iTunes with COM

2004-12-08 Thread Niki Spahiev
Simon Brunning wrote: Oops, I forgot. I'm using Python 2.3.4 and buil 163 of win32all. I'm driving iTunes version 4.7 on Windows 2000 workstation. And tying build 202 gives? Niki Spahiev ___ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.o