----- Original Message -----
From:
"Carlos Pita" <
carlosjosepita@gmail.com>
To:
<
csound-devel@lists.sourceforge.net>
Sent:
Saturday, August 23, 2008 9:44 PM
Subject: [Cs-dev] Python api and
argv
> Hi all,
>
> I've been messing a bit with
the python api and find out that the
> csoundCompile(cs,argc,argv) or
Csound.Compile(argc,argv) are unusable
> because:
>
> 1)
the swig typemap for char ** is commented out in
python_interface.i
>
> 2) no array_functions / array_class
support from carrays.i is
> generated for char*.
>
> So I
see no way to create a char** from python side.
>
> I still can
resort to Csound.Compile overloads for (char*),
> (char*,char*), ....
up to 5 strings, but this is rather limited.
>
> How is this
expected to be done? Why is the typemap for char**
> commented in the
swig interface?
>
> Thank you in advance
> Regards
>
-Carlos
>