You are not logged in.
Hi all,
I cannot get this sound module for python installed. It's the Snack Sound toolkit ( http://www.speech.kth.se/snack/ )and it's supposed to make musical note making with python easy.
I tried their linux binary from the download page ( http://www.speech.kth.se/snack/download.html ) but have no idea where to put it.
I also tried to build from source but the build process ended halfway through with no error.
The main problem is I have no idea to add modules to python. When I added the snack dir to /usr/lib/python2.5 nothing happened, or when I added it to /lib64 or /lib.
I thought I might need the tcl development libraries but can't find those via pacman?
Anybody have an idea? Or another python-based musical note-making module that is easier to install!?
cheers,
kilolima
Offline
they go in `/usr/lib/python2.5/site-packages/' or you use $PYTHONPATH
Offline