You are not logged in.

#1 2008-05-01 01:04:46

kilolima
Member
Registered: 2008-01-26
Posts: 49
Website

Help! installing python module - Snack Sound Toolkit

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

#2 2008-05-07 06:35:09

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: Help! installing python module - Snack Sound Toolkit

they go in `/usr/lib/python2.5/site-packages/' or you use $PYTHONPATH

Offline

Board footer

Powered by FluxBB