[Csnd] No python opcodes in Csound 6.12 beta on Windows
Date | 2019-01-05 14:50 |
From | Richard |
Subject | [Csnd] No python opcodes in Csound 6.12 beta on Windows |
I could not run a csd with pyinit and other python opcodes. csound -z did not show them either... Richard Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2019-01-05 15:32 |
From | Mauro Giubileo |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
I just tried on Windows with the version you can download from the main Csound site --Csound version 6.12 beta (double samples) Oct 24 2018 and with csound -z I see all the py* opcodes. Are you sure you have flagged the "Pyhton Features" option during the installation? --- Il 2019-01-05 15:50 Richard ha scritto:
|
Date | 2019-01-05 16:47 |
From | Dave Seidel |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
I am not seeing the py* opcodes either on Windows, and I just reinstalled to ensure that the option was checked. At the end of the "csound -z" listing, there's this: WARNING: could not open library 'C:\Program Files\Csound6_x64\plugins64\\py.dll' (-1) I have Python 2.7 installed. There were no warnings or errors during installation. On Sat, Jan 5, 2019 at 10:32 AM Mauro Giubileo <mgiubileo@computeraltafed.it> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2019-01-05 17:01 |
From | Dave Seidel |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
Even more interesting, the file py.dll *is* present in C:\Program Files\Csound6_x64\plugins64, despite what Csound thinks. On Sat, Jan 5, 2019 at 11:47 AM Dave Seidel <dave.seidel@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2019-01-05 17:24 |
From | Steven Yi |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
Is the python 2.7 installation 64-bit? (i.e, x86-64) On Sat, Jan 5, 2019 at 12:01 PM Dave Seidel |
Date | 2019-01-05 17:27 |
From | Mauro Giubileo |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
I don't know why it doesn't work to you, but I just tried to uninstall Csound and Python, then I reinstalled Csound and, of course, csound complained that could not found py.dll. Then I reinstalled Python (the installer file I have is named "python-2.7.15.amd64.msi") and now csound works. With the -z option I can see all the py* opcodes. I don't know if this is relevant but when I reinstalled Python I flagged the option to "Add Python exe to path" (it was not flagged). I tried this on Windows 7. --- Il 2019-01-05 17:47 Dave Seidel ha scritto:
|
Date | 2019-01-05 17:31 |
From | Dave Seidel |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
Thanks, Steven, I hadn't noticed that I had the 32-bit Python 2.7 installer, will grab the 64-bit version and try again. On Sat, Jan 5, 2019 at 12:24 PM Steven Yi <stevenyi@gmail.com> wrote: Is the python 2.7 installation 64-bit? (i.e, x86-64)
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2019-01-05 17:51 |
From | Dave Seidel |
Subject | Re: [Csnd] No python opcodes in Csound 6.12 beta on Windows |
Yes, installing 64-bit Python was the solution. I rarely use Csound on Windows anymore, so I guess I was a bit rusty. On Sat, Jan 5, 2019 at 12:31 PM Dave Seidel <dave.seidel@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|