On Wednesday 22 March 2006 13:41, Victor Lazzarini wrote: > I have updated and re-built csound, but I still can't > use csoundCompile as before. Are you sure the code > has been restored? It still complains that it wants a > char ** argument Well, then it might not have been restored, I only assumed it is based on an earlier post. However, if there is no typemap, you can use something like this instead: args = csnd.CsoundArgVList() for i in ['csound', '-o', 'dac', 'foo.csd']: args.Append(i) csnd.csoundCompile(csound, args.argc(), args.argv()) Note that this will no longer work once the typemap is restored. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net