Re: [Python] R: suoni
renzo wrote: > Ho usato questo programmino trovato su internet Non hai detto se hai risolto o meno. Se non hai risolto, e` perche` non hai installato python-gst Enrico ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/list
[Python] R: suoni
Ho usato questo programmino trovato su internet ## import threading import os ( GSTPLAY, WINPLAY, NOENGINE ) = range(3) try: import gst import gobject ENGINE = GSTPLAY except ImportError: try