What I wanted to implement was a debugging console that runs right on the client rather than on the server.<br>
You'd have to be logged into the application to do anything meaningful or even start it up.<br>
All of the C functions that I created bindings for respect the security of the logged in user.<br><br>Within the debugging console, after importing all of the bindings, there would be no reason to import anything whatsoever.<br>
With just the bindings I created and the Python language we could do meaningful debugging.<br>So if I block the ability to do any imports and calls to eval I should be safe right?<br><br><div class="gmail_quote">On Fri, Aug 17, 2012 at 7:09 AM, rusi <span dir="ltr"><<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Aug 17, 12:25 pm, Chris Angelico <<a href="mailto:ros...@gmail.com">ros...@gmail.com</a>> wrote:<br>
> On Fri, Aug 17, 2012 at 12:27 PM, Steven D'Aprano<br>
><br>
</div><div class="im">> <<a href="mailto:steve%2Bcomp.lang.pyt...@pearwood.info">steve+comp.lang.pyt...@pearwood.info</a>> wrote:<br>
> > There is already awesome protocols for running Python code remotely over<br>
> > a network. Please do not re-invent the wheel without good reason.<br>
><br>
> > See pyro, twisted, rpyc, rpclib, jpc, and probably many others.<br>
><br>
</div><div class="im">> But they're all tools for building protocols. I like to make<br>
> line-based protocols<br>
<br>
</div>Dont know if this is relevant. If it is, its more in the heavyweight<br>
direction.<br>
Anyway just saw this book yesterday<br>
<br>
<a href="http://springpython.webfactional.com/node/39" target="_blank">http://springpython.webfactional.com/node/39</a><br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br>