Can Python 3.2 run on Windows 2000?
I have a project and I want to use python but the server is only Windows Server 2000 can it run on this syste开发者_Go百科m?
If you are using windows 2000 then it's possible that python 3.2 is not your best alternative. A couple of months ago there was an interesting thread in the python-dev mailing list[1] about dropping win2k support (there are some annoying bugs for this platform).
[1] http://mail.python.org/pipermail/python-dev/2010-March/098074.html
You can use Micro Python for DOS. It has Python 3.4 syntax.
精彩评论