Re: regex problem ..

2008-12-17 Thread Analog Kid
Hi guys: Thanks for your responses. Points taken. Basically, I am looking for a combination of the following ... [^\w] and %(?!20) ... How do I do this in a single RE? Thanks for all you help. Regards, AK On Mon, Dec 15, 2008 at 10:54 PM, Steve Holden st...@holdenweb.com wrote: Analog Kid

regex problem ..

2008-12-15 Thread Analog Kid
Hi All: I am new to regular expressions in general, and not just re in python. So, apologies if you find my question stupid :) I need some help with forming a regex. Here is my scenario ... I have strings coming in from a list, each of which I want to check against a regular expression and see

pyTTS question ...

2007-02-10 Thread Analog Kid
hi all: i need to know how other voices besides MSMary, MSSam and MSMike can be installed and used along with pyTTS. i tried downloading voices (PeterUK to be precise) but looks like it has not been registered, since pyTTS doesn't recognize it. Do I have to manually register the voice in Windows?

Re: Python module for the IPod shuffle ...

2007-02-01 Thread Analog Kid
-packages. what am i missing? thanks for your help. -ajay On 2/1/07, Simon Brunning [EMAIL PROTECTED] wrote: On 1/31/07, Analog Kid [EMAIL PROTECTED] wrote: Hi all: Im looking for a python module thatll let me do simple reads/writes from and to an iPod shuffle similar to iTunes ... I read

Python module for the IPod shuffle ...

2007-01-31 Thread Analog Kid
Hi all: Im looking for a python module thatll let me do simple reads/writes from and to an iPod shuffle similar to iTunes ... I read about the gPod module ... but Im not sure whether it will work in Windows ... Any help is greatly appreciated. Thanks in advance ... -Ajay --

Re: What is the dummy statement that do nothing in Python?

2007-01-31 Thread Analog Kid
hey dongsheng: not too sure what you are looking for ... but i guess a simple pass statement should do it ... if a b: pass hth, -ajay On 1/31/07, Dongsheng Ruan [EMAIL PROTECTED] wrote: I remember that in python there is some kind of dummy statement that just holds space and does nothing.