WxPython versus Tkinter.

Octavian Rasnita orasnita at gmail.com
Fri Jan 28 03:33:58 EST 2011


From: "Giampaolo Rodolà" <g.rodola at gmail.com>
...
> py2exe offers the following installation kits, depending on the Python
> version. If you know, please tell me why there are different packages for
> different versions of Python?
>
> py2exe-0.6.9.win32-py2.5.exe
> py2exe-0.6.9.win32-py2.4.exe
> py2exe-0.6.9.win32-py2.3.exe
> py2exe-0.6.9.win32-py2.6.exe
> py2exe-0.6.9.win32-py2.7.exe

That's a different story: those are pre-compiled binaries which are
generated from a *unique* source code which support all those
versions.
If you have a compiler you can install pywin32 extension by using any
Python version.


Thank you Giampaolo. Now I understand and it is a good thing.

Octavian




More information about the Python-list mailing list