On Saturday, April 29, 2017 at 8:43:47 AM UTC-5, Edward K. Ream wrote: After importing and studying the rpdb2 code, I see that basing the code on > rpdb2 will hardly be straightforward. The code is complex, and solves > problems I didn't know existed. > > Rather than go down that rabbit hole, I'll google to see if anyone has > already created remote consoles :-) >
Googling "python create console from a console" yields this page <http://stackoverflow.com/questions/19479504/>. And here <https://docs.python.org/2/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network>is another approach, using socket servers. A simple solution using a small amount of code would be a *great* tool. I hope to get something working today. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
