There are some issues with the Python Egg sys.path magic where installing somewhere other than the default python path (eg: usr/lib/python2.x/site-packages). That's probably a fairly common requirement for Django users on shared hosting so using standard .eggs might not be the best solution.
Nick