| Because the Python bindings for Csound are generatedf with SWIG, and SWIG
binds only to specific versions of Python, currently only Python 2.5 is
supported in the Windows installers.
The next supported version of Python will probably be version 3.x.
The only alternative at this time is to rebuild Csound yourself. The Python
version is passed to Csound's SConstruct file as a command-line option.
Hope this helps,
Mike
----- Original Message -----
From: "Stéphane Rollandin"
To:
Sent: Sunday, March 15, 2009 2:55 PM
Subject: [Csnd] Python programming in Surmulot (was: visual envelopes)
> Michael Gogins a écrit :
>> I forgot my second point. If you can call the Csound API directly,
>> then you can create and/or modify function tables in a running
>> orchestra using the API, just as csound~ does.
>
> ok I tried to understand how this works, and the first thing I had problem
> with is just
>
> from csnd import *
>
> I couldn't get this to work from Python 2.6.1, only from Python 2.5
> I guess this comes from _csnd.pyd, so my first question is: how can I get
> a _csnd.pyd which is not dependent of a specific Python version (leaving
> aside Python 3.0 which is not backward compatible AFAIK) ?
>
>
> Stef
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
|