Daily Archives: December 14, 2004

Python 2.4 Puts the Wiki into MoinMoin

By | December 14, 2004

I was hoping that Python 2.4 would make MoinMoin a little quicker, and a completely unscientific survey (surveys conducted after midnight are rarely scientific) confirms this. With Python 2.3, opening pages for editing and saving them almost always took at least five seconds per action. While it’s still sometimes slow, the actions will often take… Read More »

Installing Python on Shared Server

By | December 14, 2004

Note to Self for Future The following steps are for installing Python 2.4 on a shared server. After ssh’ing to the server: $ wget http://python.org/ftp/python/2.4/Python-2.4.tgz $ cd Python-2.4 $ ./configure –prefix=$HOME/lib $ make && make install $ ln -s $HOME/lib/bin/python $HOME/bin/python/bin/python Credits: Thanks to Uche Ogbuji for publishing IRC transcript excerpts that reminded of the… Read More »