How can i find out if a selected python interpreter (i only know the path name under which i should start it) is a debug build? I tried
sys.api_version, sys.platform, sys.version, sys.version_info and there is no difference between "python.exe" and "python_d.exe". I'm pretty sure the information is stored somewhere but i can't find it. Please help. -- http://mail.python.org/mailman/listinfo/python-list