Quote:
Originally Posted by sadievan
What is the difference if any between the .py extension and .pyw extension? I have seen scripts that seem like they are the same with both extensions.
|
I may not have this exactly right, but I believe PY has to be run in a command line and PYW is a Python-executable (will run outside of a command window).