[Python-bugs-list] [ python-Bugs-760657 ] Tutorial: executable scripts on Windows

SourceForge.net noreply@sourceforge.net
Wed, 25 Jun 2003 12:09:12 -0700


Bugs item #760657, was opened at 2003-06-25 12:43
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=760657&group_id=5470

Category: Documentation
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Tutorial: executable scripts on Windows

Initial Comment:
The tutorial section "Executable Python Scripts" should
include information on making Python scripts directly
executable on Windows:

1.  Add .py to some environment variable
2.  Associate interpreter with running .py files (???)

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-25 14:09

Message:
Logged In: YES 
user_id=80475

The procedure varies amoung the different flavors of 
Windows.  On NT, .py can be listed as an executable 
extension.  For all the flavors, the installer updates the 
registry with helps for clicking on file names to get them to 
run but does nothing for command line usage.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=760657&group_id=5470