Steve Holden wrote:
Look at the Pyrex package to get you started thinking about remote
execution and client/server communications. This lets a program on one
machine call methods on objects on another machine.
Steve meant to say "Pyro", not "Pyrex". The former is what
he actually described. The latter is actually a Python-like
language that lets one write code that can be compiled as
an extension module, to write performance-critical code or
interface to existing libraries more easily.
-Peter
--
http://mail.python.org/mailman/listinfo/python-list