[Tutor] Install failure

Kirby Urner urnerk@qwest.net
Wed, 19 Jun 2002 10:14:38 -0700


The Windows installer should have created an icon link to IDLE
which is the graphical shell available out of the box.  This is
a great environment in which to first familiarize yourself with
Python programming, as the DOS shell is unsuitable as a
shell environment, and you certainly don't want to get stuck
with Notepad for editing your code (IDLE's text editor is color
coded -- gvim for Windows is another option, with syntax
files for way more languages than Python).

Pythonw.exe by itself is not a shell, but a way of invoking
other scripts without opening a console window (as was
noted above).

Kirby

At 01:01 AM 6/19/2002 +0200, you wrote:
>HI:
>
>I just installed 2.2.1 and the installation process
>went fine.
>
>Problem:
>The Python command line works, but the Pythonw.exe
>doesn=B4t.
>
>No window prompts argumenting errors or anything. Just
>Nothing happens when you click on it.
>
>I have W98SE, on a HP PIII-700 laptop.
>
>Any help will be appreciated.
>
>Adolfo