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
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.