A suggestion for python 2.1.

Ben Wolfson wolfson at midway.uchicago.edu
Thu Oct 19 15:05:21 EDT 2000


In article <8snf03$dhu$1 at nnrp1.deja.com>,  <thehaas at my-deja.com> wrote:
>
>If you did the default install of Python on Windows, it should have
>registered the ".py" extenstion to Python, i.e. it should have a Python
>icon when you display the directory in Explorer.  If not, open up
>Explorer, click on View-> Options, click the File Types table, wait for
>Windows to think, and then add a new extension - one for ".py".  Now,
>not only can you click on the program for it to run, but you can type
>it in on the command line and it will run (make sure you include
>the ".py", though).  Then you can put this Python program into your
>path and everything is groovey.

Really?

C:\WINDOWS>py2html.py
Bad command or file name

C:\WINDOWS>cd c:\python20

C:\Python20>py2html.py
Bad command or file name

-- 
BTR  |  It is a symptome of Melancholy to be afraid of death, and yet
sometimes to desire it; this latter I have often discovered in my selfe, and
thinke noe man ever desired life as I have sometimes Death.
 -- Thomas Browne, _Religio Medici_



More information about the Python-list mailing list