Il giorno lun, 08/03/2010 alle 18.08 +0100, Valerio Turturici ha
scritto:
> os.path.realpath(os.curdir)
Qualcosa non va:
>>> print os.path.realpath(os.curdir)
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
print os.path.realpath(os.curdir)
NameError: name 'os' is not defined