From: <pe...@ce...> - 2006-10-27 18:57:28
|
On Fri, 27 Oct 2006, Travis Oliphant wrote: > David Cournapeau wrote: > > Hi, > > I announce the first release of pyaudio, a module to make noise from > > numpy arrays (read, write and play audio files with numpy arrays). > > > > Very nice. Thank you. I'd like to see exactly this kind of thing for > video files too. We can get a lot of mileage out of ctypes. > > By the way. I noticed your setup.py file is missing a .todict() to > convert the configuration object into a dictionary that setup(** ) can > handle. > > if __name__ == "__main__": > from numpy.distutils.core import setup > setup(**configuration(top_path='').todict()) Actually, one should use here setup(configuration=configuration) Pearu |