On May 8, 4:12 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > In a python Tk shell in Windows, what is the equivalent of unix's pwd?
>
> os.getcwd()
>
> > In a python Tk shell in Windows, is there an easy way to reoeat an
> > earlier command, similar to Tcl/Tk's hist?
>
> Press the cursor-up key.
>
> Martin

Lots more information on getting path information can be found at this
recipe:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/474083

Mike

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

Reply via email to