I've finally finished enough improvements to release another version. This
version fixes a number of bugs related to the edit/popup menus and their
commands. Also the addition of a button to execute the current script(!),
better tab control (i.e. tab denotes a column of fixed width). There are
s
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
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.
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