Re: Extending and embedding Python: mktuple() unresolved

Guido.van.Rossum@cwi.nl
Fri, 09 Sep 1994 12:20:54 +0200

> I've been making yet another GUI interface for python (actually, an
> interface to wxWindows, which has certain advantages over tkintern,
> vpApp).

That's great news -- I've heard many good things about wxWindows.
Isn't it portable between UNIX / Mac / DOS or Windows ?

> arglist = mktuple(0);
[...]
> However, this mktuple() is unresolved, so apparently the document is a
> bit dated at this point. How should I do this?

Ow! That should be newtupleobject(0). Thanks for pointing this out.
I guess I was mixing it up with mkvalue()...

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
<URL:http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>