Greets,
I have need of a Delphi/pascal to python converter. Googling didn't
suggest any obvious leads so I'm trying here...
Thanks
Thys
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 2005-06-07 at 10:35 -0500, Greg Lindstrom wrote:
I would check out the shuttleworth foundation's schooltool
http://www.schooltool.org/
> Hello-
>
> I just picked up my daughters' report cards for the year (they did well,
> thank-you) and was approached by the school administrator abou
Hi All,
I've inherited a c library and is the process of wrapping it using
Pyrex. The library code is a state machine and remembers previous values
in order to determine new values on, for example, a decode() call. These
"state-full" variables were all implemented using 'extern' in the c
code.
M