On Thu, Oct 30, 2008 at 02:47:48AM -0700, gaurav kashyap wrote:
> Simply i want to open a shell prompt from a python program.

If this is literally true, then you just need to figure out what
command will open a terminal window from the shell prompt.  Once you
figure that out, it's as simple as:

cmd = "whatever your shell command is"
os.system(cmd)

-- 
Derek D. Martin
http://www.pizzashack.org/
GPG Key ID: 0x81CFE75D

Attachment: pgpjESdNVsDLA.pgp
Description: PGP signature

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to