Jukebox example not working on OSX
when trying to run the example module ossaudiodev can't be found since it's not part of the python package on OSX. Does someone tried a workaround for this? The error is
Traceback (most recent call last):
File "jukebox.py", line 30, in
Same problem... You found a fix?
Not much. I've upgraded to Lion and upgraded XCode and now that'w what I get lipo: can't open input file: /var/tmp//ccGoy5Qg.out (No such file or directory) error: command 'llvm-gcc-4.2' failed with exit status 1
Still haven't found a good python wrapper for libspotify :(
@slacko try to prepend this to the install cmd: env ARCHFLAGS="-arch i386 -arch x86_64"