>> newsgroup for running/programming Python on Windows
One of Python's many virtues is its portability. Separate newsgroups
aren't needed. If you would like a nice summary of the potential
glitches and gotchas using Python on Windows, try the Alan Gauld
tutorial. It's a frames page, so I can't deep link for you, but go to
"Handling Files" then scroll down the page to "Some Operating System
Gotchas"
veritas wrote:[color=blue]
> Can anyone tell me of a good newsgroup for running/programming Python on
> Windows OS ?
>
> Thanks in advance .
>
>[/color]
comp.lang.pytho n is fine. If you want to use Python on Windows do
yourself a favor and pick up a copy of Python Programming on
Win32 (Mark Hammond and Andy Robinson). It covers lots of Windows
"specific" things and has good examples of writing services and
COM objects.
Comment