Receiving 'NAMEERROR:name' when I try and execute my code in DEBUG mode

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Oct 18 14:28:43 EDT 2013


On Fri, 18 Oct 2013 10:02:59 -0700, telconstar99 wrote:

> Any
> thoughts on how to detect the runtime CWD?

import os
os.getcwd()



-- 
Steven



More information about the Python-list mailing list