On Saturday, April 29, 2017 at 9:06:03 AM UTC-5, Edward K. Ream wrote: 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. >
"The subprocess <https://docs.python.org/2/library/subprocess.html#module-subprocess> module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes." Should be straightforward enough. We shall see... 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.
