[Csnd] athenaCL in Csound
Date | 2013-01-05 19:58 |
From | menno |
Subject | [Csnd] athenaCL in Csound |
Hi, can someone see if this "python exception" is a python error or a csound error or my error? Here is the csd from the Csound Journal: |
Date | 2013-01-05 20:04 |
From | Michael Gogins |
Subject | Re: [Csnd] athenaCL in Csound |
Make sure you can execute your snippet of pyruni code in regular Python in the same environment you are running Csound from. Probably the athenaCL package is not in the PYTHONPATH, or else the import statement is incorrect. If the snippet executes from Python and the import statement is correct, then athenaCL is trying to grab something that Csound already has grabbed. In that case, you will need to pass appropriate options to athenaCL, or even modify its code.
Hope this helps, Mike On Sat, Jan 5, 2013 at 2:58 PM, menno <nabob_cd@yahoo.com> wrote: Hi, Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-01-05 20:09 |
From | Victor Lazzarini |
Subject | Re: [Csnd] athenaCL in Csound |
It's a Python error, the athenaCL python module cannot be found ImportError: No module named athenaCL.libATH.libPmtr maybe it's not installed? Victor On 5 Jan 2013, at 19:58, menno wrote: > Hi, > > can someone see if this "python exception" is a python error or a csound > error or my error? > Here is the csd from the Csound Journal: > > |
Date | 2013-01-05 20:56 |
From | menno |
Subject | [Csnd] Re: athenaCL in Csound |
PYTHONPATH was not set correctly it works now - thanks for the help bye -- View this message in context: http://csound.1045644.n5.nabble.com/athenaCL-in-Csound-tp5719206p5719209.html Sent from the Csound - General mailing list archive at Nabble.com. |