* Dave S <[EMAIL PROTECTED]> [2006-09-28 16:10]: > I currently running XP (like a fish out of water :) and I need to know the > dir > that the python script is executed from. a linux 'pwd' How can I achieve > this - I have looked in sys & os & os.path but found nothing suitable
os.getcwd() http://docs.python.org/lib/os-file-dir.html -- David Rock [EMAIL PROTECTED] _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
