Recently a friend of mine pointed out that I had an error on one of my pages. It took me almost 45 minutes to figure out what was happening. I wasn’t able to reproduce the defect in my development environment. The version of Python installed was exactly the same. I tried executing the problematic piece of code on the production server and it did not reproduce the problem. All of my unit tests passed… I was at a loss as to the source of the problem.
Read more...
Today I set out to get my own software running. This included dependencies like:
Apache Mod_python Postgresql Tsearch2 Psycopg2 elementtree Simplejson Matplotlib Apple I wasn’t difficult to install and configure things, though it obviously felt different than it does on Gentoo. Honestly things seemed less organized, though that’s likely because I know Gentoo so much better.
I have not been successful in getting mail-notification to work. Poking around it seems the imap ssl support is disabled, and people recommend installing from source.
Read more...