[python-win32] NameError: name '_DEV_MODE' is not defined

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Mar 27 13:28:42 CEST 2012


Hi,

2012/3/27 sagarnikam123 <sagarnikam123 at gmail.com>:
> while running one script i found error,what is this?
>  if (_DEV_MODE):
> NameError: name '_DEV_MODE' is not defined

You need to give more context.
Most probably, you modified an existing script, and removed/modified
the line that defines this _DEV_MODE variable.

-- 
Amaury Forgeot d'Arc


More information about the python-win32 mailing list