Re: [Pythonmac-SIG] How to create a desktop alias to run a python file?

2007-03-26 Thread Christopher Barker
Ronald Oussoren wrote: > You mean like "py2app --semi-standalone --site-packages"? This does > require adding everything you don't want to be copied from site-packages > to "--excludes" which is less than ideal. Exactly. Though I had forgotten about --semi-standalone, thanks for the reminder. A

Re: [Pythonmac-SIG] Recording audio on Mac

2007-03-26 Thread Jack Jansen
On 24-mrt-2007, at 16:46, Lucio Torre wrote: > Hi, > > I want to record audio on mac. Ive seen that the function SPBRecord > does what i need. > (http://developer.apple.com/documentation/QuickTime/INMAC/SOUND/ > imsoundinput.19.htm) > > This function is wrapped in the Carbon.Snd python library.