Travel Travel reports, it is all about food
Montreal: Schwartz's, Le Petit Alep
Albums: Pictures and some notes
ITRANS Song Book Hindi, Urdu, Marathi song lyrics
Online ITRANS Web Interface
BlockHosts block hosts
BlockHosts FAQ
BlockHosts Forum
CD Inserts & Envelopes Web Interface
Nisha Ganatra's Films
Cake: starring Heather Graham
Email: avinash@aczoom.com
bdist_rpm noarch problem
Looks like the Fedora 13 bdist_rpm built BlockHosts-2.5.0-1.noarch.rpm distribution automatically inserted a Python 2.6 dependency. Can't find a easy fix, will probably use older bdist_rpm to avoid this problem in the future, for now, the workarounds are to force install the package, or install from source.
rpm -ivh --nodeps BlockHosts-2.5.0-1.noarch.rpm
or
python setup.py install --force
(see INSTALL file for details)