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.
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
> 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
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
> 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
> 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
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
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
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
[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
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
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
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
13 matches
Mail list logo