Thursday, October 11, 2007

pygallery progress

Ok the main reason I started to hack on pygallery.py again was that people want to group galleries together. However, since I started with this I have discovered areas that can be further improved. One area is that I use the ConfigParser class for index.cfg files. However, I should use the class SafeConfigParser and I should definitely handle all the exception cases! The ConfigParser and the SafeConfigParser implements RFC 822 and those facts are not in the pygallery.py documentation (soon it will be). Well got to go back to hacking.

Sunday, October 7, 2007

Updates to homepage and pyguest

Hello! Finally I have had the time to update from 1.3.2 to 1.4.2 of pyblosxom. During the update I found a bug in pyguest.py related to that I changed to python 2.5. This is fixed, so now you can find a pyguest.py 2.09 in downloads.

I have also started the work on pygallery again. I got a mail from someone that wanted to use the gallery script but found some missing functionality. I will try to fix that as soon as possible.

Later!