| At least those that are still maintained.
And that is a proverbial GOOD thing ....
| You can always install more than 1 Python version (2.2.x & 2.3.x)
| at the same time if needed.
I do run both Python 2.2.1 and Python 2.3 Enthought versions,
but I'm trying to see what I can live without in the earlier version
and just maintain only a single distribution if possible ....
Trying to follow and install all of the package upgrades
for a single language release is more than enough work
in itself for me, but there a few packages that I like
that are not yet available for the latest Python release ....
At least for a while, I will hang on to the earlier relase
and benefit from the regular package upgrades in the meantime ....
| There is also PIL (Python Imaging Library) for image manipulation:
| <
http://www.pythonware.com/products/pil/>
I do have a version of PIL that runs under Python 2.3 ,
but never managed to get it working properly under Python 2.2.1
on the Win98 machine that I use ....
Earlier today I tested a PIL-based thumbnail image generator
that also generates an HTML index page with links to the full-sized pics ....
http://uselesspython.com/thumbnail.py
[ 2 KB ]
Thanks for the reply ....