Re: [PythonCE] Re: Twisted on PPC 2003

2005-01-24 Thread Stewart Midwinter
James, you may find it easiest to work with Tkinter on the PPC platform. wxpython requires more memory, and I haven't even heard of GTK or PyQt for PPC yet. (though I'd be glad to be corrected...). check http://tkinter.unpy.net/wiki for advice on getting it started. cheers S On Mon, 24 Jan 2

Re: [PythonCE] Re: Twisted on PPC 2003

2005-01-24 Thread Brad Clements
On 24 Jan 2005 at 17:26, James Burkert wrote: > I talked to a python guru where I work, and he gently pointed out that the > "source" is really in python, so a) it doesn't need to be compiled per se, > and b) I could just copy it over and probably get most or all the > functionality I really want.

[PythonCE] Re: Twisted on PPC 2003

2005-01-24 Thread James Burkert
Howdy, I talked to a python guru where I work, and he gently pointed out that the "source" is really in python, so a) it doesn't need to be compiled per se, and b) I could just copy it over and probably get most or all the functionality I really want. Now time to see if I can get GTK/Glade... Th