9 Mar
2010
9 Mar
'10
4:33 p.m.
Hi, You might want to try peak.utils.proxies [1] as an alternative for zope.proxy. With some modifications it worked for me on Google App Engine with most (but not all) of the the functionality needed by zope.location. Also this link [2] may (or may not) be a good starting point if you would like to work on this. I'm also interested in porting zope.proxy to pure python, so count me in if you're planning to do some work here. [1] http://pypi.python.org/pypi/ProxyTypes/0.9/ [2] http://bitbucket.org/attilaolah/miniztk/src/tip/zope.proxy-3.5.0-gae-r1/ Attila