Has anyone gotten galaxy installed on a mac 10.5 with EPD (enthought) python 2.6 (EPD version 6.1-1)?  I get this error which I suspect is related to the fact that I have EPD python, not the generic python that was preinstalled?  Any ideas?

Thanks!

Some eggs are out of date, attempting to fetch...
Traceback (most recent call last):
  File "./scripts/fetch_eggs.py", line 30, in <module>
    c.resolve() # Only fetch eggs required by the config
  File "/Users/paultanger/galaxy-dist/lib/galaxy/eggs/__init__.py", line 345, in resolve
    egg.resolve()
  File "/Users/paultanger/galaxy-dist/lib/galaxy/eggs/__init__.py", line 184, in resolve
    if e.args[0].project_name != self.distribution.project_name:
AttributeError: 'str' object has no attribute 'project_name'
Fetch failed.