nikhilsinghmus / CsoundST3

Csound in Sublime Text 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a few questions, if you don't mind. (about configuration)

zeffii opened this issue · comments

first of all, thanks for this plugin, it worked immediately.

i would like to execute python from the csd file, and can't figure out where to configure the python 2.4 path for csound to use. I assume it's 2.4 because that's all i can find for csound-python topics.

any help appreciated.

Hi @zeffii, you should be able to use 2.7 (see the relevant FLOSS manual chapter). In case the installer isn't finding your Python installation, you could likely build from source and configure it directly (see here). You could also ask the Csound mailing list, they likely have more current information than me.

perfect @nikhilsinghmus ! ok, thankyou for your time! py2.7.8 is an improvement :)

OK i've added stuff to windows environment variables

image

and now!

image

let's see how this thing roks.

---- for anyone else reading this

if you see a printout with something like this "ImportError: No module named Site" , then ofcourse python was found because that's what's printing the error. So it's similar to this https://stackoverflow.com/a/8895513/1243487