Hi Claudio, On 21.02.08, Claudio Pascalis wrote:
I'm not sure, but is it the information about the audio driver you wanted? [snip]
I meant the driver variable in the [player.main] section of the config file(s): /etc/pytonerc and/or ~/.pytone/pytonerc .
I also tried to install the version 3.0.1 of pytone but there some errors I don't understand
(buildbufferedaoext = False and True have the same errormessage)
$ python setup.py build_ext -i running build_ext building 'pytone.pcm' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c src/pcm/pcm.c -o build/temp.linux-i686-2.5/src/pcm/pcm.o src/pcm/pcm.c:35:20: Fehler: Python.h: No such file or directory [snip] Die Fehlermeldungen sind jetzt natürlich auf Deutsch...wie kann ich das ändern, damit alle Menschen auf der Mailinglist das verstehen? :)
By setting LANG=C :-) Anyway, you need to install the python-dev package in order to be able to build the neede Python extension modules. Gruß, Jörg