serg ported some old version of rpyc (3.0.x) to python 2.3. it's ancient and unmaintained. the codebase is compatible with python 2.4-2.7 and 3.0-3.2. that's hard enough, and i even considered dropping python 2.4 support, because i had to use some ugly hacks to get around syntactic changes.
anyhow, rpyc won't work with python 2.3 for the simple reason that i'm using @decorators, and perhaps some other minor syntactic sugars. if you want, you can port it yourself and i'll add it to sourceforge. btw, python 2.3 was released in 2003. i think it's time enough for your distro to upgrade its python version -- or perhaps you should change a distro :) ----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Fri, Dec 2, 2011 at 20:17, Tony Cappellini <[email protected]> wrote: > On the new rpyc wesbite, I saw a brief message stating someone ported > rpyc to Python 2.3. > Unfortunately I could not find a link for this project. > > Is this project actively maintained? How well does rpyc work on Python 2.3? > Would someone post a link? > > thanks >
