"steve" wrote:
Is there a good way to check if a script is running inside Pythonwin? Perhaps a property or method that is exposed by that environment?
I don't know how foolproof it is, but this works: 'pywin' in sys.modules -- http://mail.python.org/mailman/listinfo/python-list