Python 3.x
Date | 2015-07-16 13:11 |
From | Gabriele Battaglia |
Subject | Python 3.x |
Hi all. Is there any known issue while using CSound 6 with Python 3.x, instead of 2.x? Thanks. Gabriel. ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-07-16 15:32 |
From | Victor Lazzarini |
Subject | Re: Python 3.x |
The wrappers are for python 2.*. We have not yet attempted to wrap it for python3 ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 16 Jul 2015, at 13:11, Gabriele Battaglia |
Date | 2015-07-16 17:36 |
From | Michael Gogins |
Subject | Re: Python 3.x |
Attachments | None None |
But, you could call the csound.h API from any version of python including 3 using ctypes. Regards, On Jul 16, 2015 8:13 AM, "Gabriele Battaglia" <iz4apu@libero.it> wrote:
Hi all. |