PDA

View Full Version : [SOLVED] Accessing the shell from within python



ki4jgt
March 31st, 2011, 02:52 AM
I want to allow users to access the >>> from within my script. When their entry executes, I want my script to continue. How would I do this?

loell
March 31st, 2011, 02:58 AM
pty module?

ki4jgt
March 31st, 2011, 03:40 AM
pty module?

Yeah, that works swell, thanks.