2.3 a1 idle.py vs. idle.pyw

EpSyLOn sasDOTepsylon at wanadoo.fr
Sat Jan 18 17:18:14 EST 2003


On Sat, 18 Jan 2003 21:59:39 GMT, "Edward K. Ream" <edream at tds.net>
wrote:

>I just downloaded 2.3 a1 using the Windows installer.
>
>FYI:
>
>Running idle.pyw yields:
>
>Python 2.3a1 (#38, Dec 31 2002, 17:53:59) [MSC v.1200 32 bit (Intel)] on
>win32
>Type "copyright", "credits" or "license" for more information.
>IDLE 0.8 -- press F1 for help
>
>Running idle.py yields:
>
>Python 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on win32
>Type "copyright", "credits" or "license" for more information.
>IDLE 0.8 -- press F1 for help
>
This happens because you have two interpreters, respectively 2.2.2 and
2.3a1, and the *.py files are associated with the first and the *.pyw
files are associated with the second one.
In a folder just go into "Tools->Folder Options", in "File types", you
can modify this behaviour there.

-- 
  .-.  EpSyLOn      sas<dot>epsylon<at>wanadoo<dot>fr
  oo|  faq fclc:    http://www.isty-info.uvsq.fr/~rumeau/fclc
 /`'\  Usenet  :    http://www.usenet-fr.net
(\_;/) "Quand le sage montre la lune, l'imbécile regarde le doigt"




More information about the Python-list mailing list