Csound Csound-dev Csound-tekno Search About

[Csnd] No python opcodes in Csound 6.12 beta on Windows

Date2019-01-05 14:50
FromRichard
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

Date2019-01-05 15:32
FromMauro Giubileo
SubjectRe: [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
[commit: 037becccce26dc9ebc37198a75877e817431d978]

and with csound -z I see all the py* opcodes.

Are you sure you have flagged the "Pyhton Features" option during the installation?

---
Mauro


Il 2019-01-05 15:50 Richard ha scritto:

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

Date2019-01-05 16:47
FromDave Seidel
SubjectRe: [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:

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
[commit: 037becccce26dc9ebc37198a75877e817431d978]

and with csound -z I see all the py* opcodes.

Are you sure you have flagged the "Pyhton Features" option during the installation?

---
Mauro


Il 2019-01-05 15:50 Richard ha scritto:

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
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


--
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

Date2019-01-05 17:01
FromDave Seidel
SubjectRe: [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:
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:

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
[commit: 037becccce26dc9ebc37198a75877e817431d978]

and with csound -z I see all the py* opcodes.

Are you sure you have flagged the "Pyhton Features" option during the installation?

---
Mauro


Il 2019-01-05 15:50 Richard ha scritto:

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
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


--


--
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

Date2019-01-05 17:24
FromSteven Yi
SubjectRe: [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  wrote:
>
> 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  wrote:
>>
>> 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  wrote:
>>>
>>> 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
>>> [commit: 037becccce26dc9ebc37198a75877e817431d978]
>>>
>>> and with csound -z I see all the py* opcodes.
>>>
>>> Are you sure you have flagged the "Pyhton Features" option during the installation?
>>>
>>> ---
>>> Mauro
>>>
>>>
>>> Il 2019-01-05 15:50 Richard ha scritto:
>>>
>>> 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
>>>
>>> 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
>>
>>
>>
>> --
>> http://mysterybear.net
>> https://soundcloud.com/mysterybear
>> https://mysterybear.bandcamp.com
>> https://www.youtube.com/channel/UCo0--3uN5ycq_aupZXskBgA
>>
>> http://recordings.irritablehedgehog.com/album/dave-seidel-60-hz
>
>
>
> --
> http://mysterybear.net
> https://soundcloud.com/mysterybear
> https://mysterybear.bandcamp.com
> https://www.youtube.com/channel/UCo0--3uN5ycq_aupZXskBgA
>
> http://recordings.irritablehedgehog.com/album/dave-seidel-60-hz
> 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

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

Date2019-01-05 17:27
FromMauro Giubileo
SubjectRe: [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.

---
Mauro

 


Il 2019-01-05 17:47 Dave Seidel ha scritto:

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:

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
[commit: 037becccce26dc9ebc37198a75877e817431d978]

and with csound -z I see all the py* opcodes.

Are you sure you have flagged the "Pyhton Features" option during the installation?

---
Mauro


Il 2019-01-05 15:50 Richard ha scritto:

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
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

 
--
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

Date2019-01-05 17:31
FromDave Seidel
SubjectRe: [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)

On Sat, Jan 5, 2019 at 12:01 PM Dave Seidel <dave.seidel@gmail.com> wrote:
>
> 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:
>>
>> 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:
>>>
>>> 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
>>> [commit: 037becccce26dc9ebc37198a75877e817431d978]
>>>
>>> and with csound -z I see all the py* opcodes.
>>>
>>> Are you sure you have flagged the "Pyhton Features" option during the installation?
>>>
>>> ---
>>> Mauro
>>>
>>>
>>> Il 2019-01-05 15:50 Richard ha scritto:
>>>
>>> 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
>>>
>>> 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
>>
>>
>>
>> --
>> http://mysterybear.net
>> https://soundcloud.com/mysterybear
>> https://mysterybear.bandcamp.com
>> https://www.youtube.com/channel/UCo0--3uN5ycq_aupZXskBgA
>>
>> http://recordings.irritablehedgehog.com/album/dave-seidel-60-hz
>
>
>
> --
> http://mysterybear.net
> https://soundcloud.com/mysterybear
> https://mysterybear.bandcamp.com
> https://www.youtube.com/channel/UCo0--3uN5ycq_aupZXskBgA
>
> http://recordings.irritablehedgehog.com/album/dave-seidel-60-hz
> 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

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


--
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

Date2019-01-05 17:51
FromDave Seidel
SubjectRe: [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:
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)

On Sat, Jan 5, 2019 at 12:01 PM Dave Seidel <dave.seidel@gmail.com> wrote:
>
> 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:
>>
>> 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:
>>>
>>> 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
>>> [commit: 037becccce26dc9ebc37198a75877e817431d978]
>>>
>>> and with csound -z I see all the py* opcodes.
>>>
>>> Are you sure you have flagged the "Pyhton Features" option during the installation?
>>>
>>> ---
>>> Mauro
>>>
>>>
>>> Il 2019-01-05 15:50 Richard ha scritto:
>>>
>>> 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
>>>
>>> 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
>>
>>
>>
>> --
>> http://mysterybear.net
>> https://soundcloud.com/mysterybear
>> https://mysterybear.bandcamp.com
>> https://www.youtube.com/channel/UCo0--3uN5ycq_aupZXskBgA
>>
>> http://recordings.irritablehedgehog.com/album/dave-seidel-60-hz
>
>
>
> --
> http://mysterybear.net
> https://soundcloud.com/mysterybear
> https://mysterybear.bandcamp.com
> https://www.youtube.com/channel/UCo0--3uN5ycq_aupZXskBgA
>
> http://recordings.irritablehedgehog.com/album/dave-seidel-60-hz
> 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

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


--


--
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