RE: notification for cd insertion

2004-12-06 Thread Tim Golden
[Qiangning Hong] | I want one of my function to execute when a cdrom is | inserted. How can I achieve that? 1) Go to http://groups.google.com 2) Search for python cd insert notification 3) Pick the first result, which is a post by me responding to the same question about a year ago. TJG

Re: notification for cd insertion

2004-12-04 Thread Fredrik Lundh
Qiangning Hong <[EMAIL PROTECTED]> wrote: >I want one of my function to execute when a cdrom is inserted. How can I >achieve that? > > Further more, I want to do different things depend on the inserted disc type: > if it is a normal > cd-rom, read from it; if it is a recordable cd, write data

Re: notification for cd insertion

2004-12-04 Thread Joe Raul
"Qiangning Hong" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Qiangning Hong wrote: > > I want one of my function to execute when a cdrom is inserted. How can > > I achieve that? > > > > Further more, I want to do different things depend on the inserted disc > > type: if it is a normal cd-ro

Re: notification for cd insertion

2004-12-04 Thread Qiangning Hong
Qiangning Hong wrote: I want one of my function to execute when a cdrom is inserted. How can I achieve that? Further more, I want to do different things depend on the inserted disc type: if it is a normal cd-rom, read from it; if it is a recordable cd, write data on it. So, how can I get the

notification for cd insertion

2004-12-04 Thread Qiangning Hong
I want one of my function to execute when a cdrom is inserted. How can I achieve that? Further more, I want to do different things depend on the inserted disc type: if it is a normal cd-rom, read from it; if it is a recordable cd, write data on it. So, how can I get the inserted disc type inf