Re: Hello World-ish

2005-11-26 Thread Jesse Lands
On 26 Nov 2005 03:19:55 -0800 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > from os import * > print "Working path: %s" % os.getcwd(); > > Just wondering how you would do that .. in theory, if you get what I > mean? > I get > NameError: name 'os' is not defined > currently, which I don't know

Re: Hello World-ish

2005-11-26 Thread Jorge Godoy
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > from os import * > print "Working path: %s" % os.getcwd(); > > Just wondering how you would do that .. in theory, if you get what I > mean? > I get > NameError: name 'os' is not defined > currently, which I don't know how to fix.. anyone? Either:

Hello World-ish

2005-11-26 Thread [EMAIL PROTECTED]
from os import * print "Working path: %s" % os.getcwd(); Just wondering how you would do that .. in theory, if you get what I mean? I get NameError: name 'os' is not defined currently, which I don't know how to fix.. anyone? -- http://mail.python.org/mailman/listinfo/python-list