.py and running in Windows:

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Yanowitz

    #1

    .py and running in Windows:

    Hello:

    Presently in my Windows 2000 system, when I double-click on a
    ..py file (open it) it automatically runs it in Python. I would
    like to change that behavour. That is fine for .pyc file, but
    for .py files, I would either like to have it run in Python but
    return to the Python shell prompt when finished rather than
    exit the shell. How do I do that?
    Or would it cause a problem (so that Python no longer works) if
    I change the default .py extension to open in an editor rather
    than execute it if I open it?

    Thanks:
    Michael Yanowitz

Working...