help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I am trying to get pyeval to work.


From: Mike Miller
Subject: Re: I am trying to get pyeval to work.
Date: Wed, 29 May 2019 09:17:18 -0700
User-agent: Mutt/1.10.1 (2018-07-13)

Hi Doug,

On Tue, May 28, 2019 at 17:26:25 -0400, Doug Stewart wrote:
> but this does not work in octave !!!
[…]
> server.starttls(context=context)

You missed a translation step on this line. This is Python keyword
argument syntax, you have to use pyargs in Octave to make this work
every time. Replace that with

    server.starttls (pyargs ("context", context))

and it works for me.

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]