[Tutor] need help

Matthew Ngaha chigga101 at gmail.com
Fri Nov 2 00:33:58 CET 2012


>
> "Py" is a directory.
>
> Once you've added the Python executable's directory to the path, you
> can start the http.server module as a script by running the following:
>
>     python -m http.server
>
> Don't use "pythonw" in this case. The latter is associated with the
> .pyw file extension, used for scripts that run without a console. For
> example, IDLE is a GUI app that uses Tk widgets, so it doesn't need a
> console. That's why it runs with "pythonw.exe".
>

wow i am so grateful.. i had given up hope just trying different things.
its finally working. thank you:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121101/16167284/attachment.html>


More information about the Tutor mailing list