When it comes to Python (and almost everything else), there are no
downsides from moving from Win95/98 to Win2000. Here at work, I got
rid of the last Win98 machine a few months ago. Good riddance.
For example, since Win2000 has an Environment Variables tool (Control
Panel | System | Advanced Tab), so PYTHONPATH is a trivial to set and
maintain, even for multiple users. No more games with BAT files.
Manuel
Python works fine on Win2k - however, sometimes Windows doesn't <wink>.
There are subtle differences between the platform, and in general,
Python does nothing to hide that. However, in general, stuff will work
fine on both platforms - particularly, moving from 9x->NT will cause
less surprises than moving from NT->9x.
I'm very happy XP is now the consumer OS - getting 9x off the planet is
a good thing.
Mark.
I have python scripts which ran on all four no problem - I doubt you'll have
any difficulties with migration.
Mig
Thanks for the feedback people, this is good info to show the IT guys.