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

Reply via email to