Csound Csound-dev Csound-tekno Search About

[Csnd] Csound6 and python csnd

Date2013-07-12 13:48
FromOeyvind Brandtsegg
Subject[Csnd] Csound6 and python csnd
Hello,

when I try to run a Python script importing the csnd module I get

Traceback (most recent call last):
  File "main.py", line 13, in 
    import csnd
  File "C:\Program Files (x86)\Csound6\bin\csnd.py", line 26, in 
    _csnd = swig_import_helper()
  File "C:\Program Files (x86)\Csound6\bin\csnd.py", line 18, in
swig_import_helper
    import _csnd
ImportError: No module named _csnd

Looking in Csound6/bin I find a file _csnd6.pyd.
Should I update my Python file to import csnd6?

best
Oeyvind


--

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://flyndresang.no/
http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://soundcloud.com/t-emp

Date2013-07-12 14:17
FromSteven Yi
SubjectRe: [Csnd] Csound6 and python csnd
Hi Oeyvind,

Yes, the package names for python and Java have changed to csnd6 so
that Csound 5 and 6 can co-exist on the same system.

steven

On Fri, Jul 12, 2013 at 8:48 AM, Oeyvind Brandtsegg
 wrote:
> Hello,
>
> when I try to run a Python script importing the csnd module I get
>
> Traceback (most recent call last):
>   File "main.py", line 13, in 
>     import csnd
>   File "C:\Program Files (x86)\Csound6\bin\csnd.py", line 26, in 
>     _csnd = swig_import_helper()
>   File "C:\Program Files (x86)\Csound6\bin\csnd.py", line 18, in
> swig_import_helper
>     import _csnd
> ImportError: No module named _csnd
>
> Looking in Csound6/bin I find a file _csnd6.pyd.
> Should I update my Python file to import csnd6?
>
> best
> Oeyvind
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://flyndresang.no/
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://soundcloud.com/t-emp
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2013-07-12 19:58
FromOeyvind Brandtsegg
SubjectRe: [Csnd] Csound6 and python csnd
Oh,good.
I did import csnd6 as csnd and got a whole lot further.
Then ran into some error, maybe related to fluid (one error dialog
mentioning that FluidSynth was unable to find a start point
forprocedure, also mentioning mgwfltkknox-1.3.dll),
then giving an error inthe console about
*** error setting option 'max_str_len' to '10000': invalid variable name
and finally
WARNING: Csound not ready for performance: csoundStart() has not been called

So, last thing first,
I understand that I need to adapt to changes in the API(?),
is there a document listing necessary changes to be done to the host
to conform to the new API?

And then,
is the 'max_str_len' no longer a legal option?

And, if the fluid related problem persists, is there a way to disable
the fluid opcodes? Some times earlier, I just removed the plugn dll
when there was an opcode specific problem. Perhaps that is not as easy
when everything is compiled in?

Sorry not to have provided more feedback on this earlier in beta.
best
Oeyvind

2013/7/12 Steven Yi :
> Hi Oeyvind,
>
> Yes, the package names for python and Java have changed to csnd6 so
> that Csound 5 and 6 can co-exist on the same system.
>
> steven
>
> On Fri, Jul 12, 2013 at 8:48 AM, Oeyvind Brandtsegg
>  wrote:
>> Hello,
>>
>> when I try to run a Python script importing the csnd module I get
>>
>> Traceback (most recent call last):
>>   File "main.py", line 13, in 
>>     import csnd
>>   File "C:\Program Files (x86)\Csound6\bin\csnd.py", line 26, in 
>>     _csnd = swig_import_helper()
>>   File "C:\Program Files (x86)\Csound6\bin\csnd.py", line 18, in
>> swig_import_helper
>>     import _csnd
>> ImportError: No module named _csnd
>>
>> Looking in Csound6/bin I find a file _csnd6.pyd.
>> Should I update my Python file to import csnd6?
>>
>> best
>> Oeyvind
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://flyndresang.no/
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://soundcloud.com/t-emp
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://flyndresang.no/
http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://soundcloud.com/t-emp