I am using Ubuntu, and python 2.7. Is there anybody help me overcome the following error?
ImportError: No module named foxhound.utils.vis
which is caused by this line:
from foxhound.utils.vis import grayscale_grid_vis, unit_scale
I also did:
export PYTHONPATH="/home/jerome/bin/django-1.1/lib/python2.6/site-packages:$PYTHONPATH"
but no help!!