name error with pycall1
Date | 2016-11-06 16:28 |
From | Richard |
Subject | name error with pycall1 |
I get the following error in a simple csd: pycall1: python exception Traceback (most recent call last): File " |
Date | 2016-11-06 17:02 |
From | Francois PINOT |
Subject | Re: name error with pycall1 |
The getnext function is not defined because there is a syntax error in the sco list definition. It should be defined like this: sco = ["i 10 0.000000 0.125034 98 36", "i 10 0.000000 0.125034 98 42", "i 10 0.250000 0.125034 98 36", "i 10 0.250000 0.125034 98 42", "i 10 0.500000 0.125034 98 40", "i 10 0.500000 0.125034 98 42", "i 10 0.750000 0.125034 98 42"] 2016-11-06 17:28 GMT+01:00 Richard <zappfinger@gmail.com>: I get the following error in a simple csd: |
Date | 2016-11-06 18:49 |
From | Richard |
Subject | Re: name error with pycall1 |
Thanks Francois, I should have seen that.. Richard On 06/11/16 18:02, Francois PINOT
wrote:
|