> Is there any way to attach to an already running process by pid? I want to > send > commands from python to an application that is already running. I don't want > to > give the command name to subprocess.Popen. We probably need more information. What do you mean by "send commands"? (What was your work flow if you could give the command name to Popen?) -- http://mail.python.org/mailman/listinfo/python-list
- attach to process by pid? Danny Shevitz
- Re: attach to process by pid? James Mills
- Re: attach to process by pid? Danny Shevitz
- Re: attach to process by pid? Grant Edwards
- Re: attach to process by pid? bobicanprogram
- Re: attach to process by pid? Danny Shevitz
- Re: attach to process by pid? bobicanprogram
- Re: attach to process by pid? Miki Tebeka
- Re: attach to process by pid? Giampaolo RodolĂ
- Re: attach to process by pid? Nobody
- Re: attach to process by pid? Alexander Kapps
- Re: attach to process by pid? James Mills
- Re: attach to process by pid? Grant Edwards
- Re: attach to process by pid? James Mills
- Re: attach to process by pid? Grant Edwards
- Re: attach to process by pid? Nobody
- OT: processes, terminals and file descr... Alexander Kapps
- Re: OT: processes, terminals and f... Dan Stromberg