pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

The "interpreter" sample program does not define a persistent local variable dictionary #35

Closed axw closed 12 years ago

axw commented 12 years ago

x = 123 x Traceback (most recent call last): File "/home/andrew/prog/pushy/pushy/samples/../pushy/client.py", line 511, in eval return self.remote.eval(code, globals, locals) File "/home/andrew/prog/pushy/pushy/samples/../pushy/protocol/connection.py", line 54, in eval return self.send_request(MessageType.evaluate, args) File "/home/andrew/prog/pushy/pushy/samples/../pushy/protocol/baseconnection.py", line 323, in send_request return self.handle(m) File "/home/andrew/prog/pushy/pushy/samples/../pushy/protocol/baseconnection.py", line 639, in handle raise e ExceptionProxy: name 'x' is not defined


Imported from Launchpad using lp2gh.