Csound Csound-dev Csound-tekno Search About

[Csnd] Python opcodes status in Csound 5.14 for Windows

Date2011-10-18 12:03
FromStéphane Rollandin
Subject[Csnd] Python opcodes status in Csound 5.14 for Windows
Hello,

Are the Python opcodes (pyrun, pycall, etc.) supposed to work in Windows 
? I do not have them in my installation, which seems related to the fact 
there is no py.dll in the latest windows distribution.

Am I missing something ?

Stef


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-10-21 08:26
FromStéphane Rollandin
SubjectRe: [Csnd] Python opcodes status in Csound 5.14 for Windows
> Hello,
>
> Are the Python opcodes (pyrun, pycall, etc.) supposed to work in Windows
> ? I do not have them in my installation, which seems related to the fact
> there is no py.dll in the latest windows distribution.
>
> Am I missing something ?
>
> Stef

Could somebody care to answer ?

Thanks,

Stef


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-10-21 09:19
FromVictor.Lazzarini@nuim.ie
SubjectRe: [Csnd] Python opcodes status in Csound 5.14 for Windows
AttachmentsNone  

Date2011-10-21 09:22
FromVictor.Lazzarini@nuim.ie
SubjectRe: [Csnd] Python opcodes status in Csound 5.14 for Windows
AttachmentsNone  None  

Date2011-10-21 13:45
FromMichael Gogins
SubjectRe: [Csnd] Python opcodes status in Csound 5.14 for Windows
I just installed 5.14.2 from SourceForge at work, and got py.dll. I
installed "Complete," perhaps the Python options were not installed. I
also have Python in my PATH, perhaps not having Python in the PATH is
the problem.

Regards,
Mike

On Fri, Oct 21, 2011 at 4:22 AM,   wrote:
> No, they're not. This was my own 5.12 built some time in the past in this
> machine. I checked what 5.14 from his installation gives and there are no py
> opcodes. So they're missing. It needs a new package.
>
> ----- Original Message -----
> From: Victor.Lazzarini@nuim.ie
> Date: Friday, October 21, 2011 9:19 am
> Subject: Re: [Csnd] Python opcodes status in Csound 5.14 for Windows
> To: csound@lists.bath.ac.uk
>
>> I think Michael is the only one who can explain this, but I
>> installed Csound on my home windows vista machine and csound -z
>> gives me this
>>
>> pvsftr              pvsftw              pvsfwrite           pvshift
>> pvsifd              pvsin               pvsinfo             pvsinit
>> pvsmaska            pvsmix              pvsmooth            pvsmorph
>> pvsosc              pvsout              pvspitch            pvstencil
>> pvsvoc              pvsynth             pyassign            pyassigni
>> pyassignt           pycall              pycall1             pycall1i
>> pycall1t            pycall2             pycall2i            pycall2t
>> pycall3             pycall3i            pycall3t            pycall4
>> pycall4i            pycall4t            pycall5             pycall5i
>> pycall5t            pycall6             pycall6i            pycall6t
>> pycall7             pycall7i            pycall7t            pycall8
>> pycall8i            pycall8t            pycalli             pycalln
>> pycallni            pycallt             pyeval              pyevali
>> pyevalt             pyexec              pyexeci             pyexect
>> pyinit              pylassign           pylassigni          pylassignt
>> pylcall             pylcall1            pylcall1i           pylcall1t
>> pylcall2            pylcall2i           pylcall2t           pylcall3
>> pylcall3i           pylcall3t           pylcall4            pylcall4i
>> pylcall4t           pylcall5            pylcall5i           pylcall5t
>> pylcall6            pylcall6i           pylcall6t           pylcall7
>> pylcall7i           pylcall7t           pylcall8            pylcall8i
>> pylcall8t           pylcalli            pylcalln            pylcallni
>> pylcallt            pyleval             pylevali            pylevalt
>> pylexec             pylexeci            pylexect            pylrun
>> pylruni             pylrunt             pyrun               pyruni
>>
>> so they're there. Not sure why they did not install for you.
>>
>> Victor
>>
>> ----- Original Message -----
>> From: Stéphane Rollandin 
>> Date: Friday, October 21, 2011 8:27 am
>> Subject: Re: [Csnd] Python opcodes status in Csound 5.14 for Windows
>> To: csound@lists.bath.ac.uk
>>
>> > > Hello,
>> > >
>> > > Are the Python opcodes (pyrun, pycall, etc.) supposed to
>> work
>> > in Windows
>> > > ? I do not have them in my installation, which seems related
>> > to the fact
>> > > there is no py.dll in the latest windows distribution.
>> > >
>> > > Am I missing something ?
>> > >
>> > > Stef
>> >
>> > Could somebody care to answer ?
>> >
>> > Thanks,
>> >
>> > Stef
>> >
>> >
>> > Send bugs reports to the Sourceforge bug tracker
>> >
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>
>> Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe csound"
>> >
>>
>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>> National University of Ireland, Maynooth
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>
> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
> National University of Ireland, Maynooth
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-10-21 15:33
FromStéphane Rollandin
SubjectRe: [Csnd] Python opcodes status in Csound 5.14 for Windows
> I just installed 5.14.2 from SourceForge at work, and got py.dll. I
> installed "Complete," perhaps the Python options were not installed.

That may be the trick, thanks

Stef


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"