Most Popular posts

 

November 2006
M T W T F S S
« Oct   Dec »
 12345
6789101112
13141516171819
20212223242526
27282930  

Python 2.5

I have just installed Python 2.5 for Windows.
I was waiting for the Activestate edition, but they have not finalized it yet.

So I have downloaded

python-2.5.msi – The official installed from the python website
pywin32-210.win32-py2.5.exe – win 32 com extensions and development environment
BeautifulSoup-3.0.3 – A screen scrapping library

Included in the 2.5 release is built in support [...]