Re: .WAV processing library ?

2005-01-26 Thread alia_khouri
Chris Stiles wrote: > Is there a library available for python that will enable me to process .wav > files ? > > Preferably extensible so I can write handlers for dealing with the non audio > sections. You will probably find everything you're looking for here: http://www.python.org/moin/PythonInM

Re: PEP 338: Executing modules inside packages with '-m'

2004-12-11 Thread alia_khouri
A useful feature that is a logical extension of current '-m' behaviour. (I'm actually surprised it was left out in the first place) This will definitely allow me and other python programmers to package our scripts better Sounds Good to me. (-; Thank you for the PEP AK -- http://mail.python.or

Re: why no python setup.py uninstall?

2004-12-06 Thread alia_khouri
Peter Hansen wrote: > On your specific reason for asking: I would suggest > just not worrying about "being extra clean about it". > Python's generally pretty good about not messing up > when you install a new version of something without > uninstalling the previous version. Granted. However, the

Re: why no python setup.py uninstall?

2004-12-06 Thread alia_khouri
Peter Hansen wrote: > On your specific reason for asking: I would suggest > just not worrying about "being extra clean about it". > Python's generally pretty good about not messing up > when you install a new version of something without > uninstalling the previous version. Granted. However, the