Can't Open PY Files

Scott David Daniels Scott.Daniels at Acm.Org
Fri Sep 5 15:19:26 EDT 2003


derek / nul wrote:
> ...  I have to call python file like this python myprogram.py
> Derek

Install the Win32all stuff -- you'l get file associations set up.

The "assoc" "dos box" command can be used to see file associations:

C:\> assoc .py
.py=Python.File

Once the proper associations have been made, you can run programs with:
C:\> myprogram.py


-Scott David Daniels
Scott.Daniels at Acm.Org





More information about the Python-list mailing list