Hi folks, I'm trying to install Galaxy locally on my Mac running OS X 10.7 and Python 2.7.3. After cloning the repository and running sh run.sh the first time, the following error occurs: [Fetches series of eggs…] Fetch successful. Traceback (most recent call last): File "./scripts/paster.py", line 34, in <module> command.run() File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/command.py", line 73, in run commands = get_commands() File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/command.py", line 115, in get_commands plugins = pluginlib.resolve_plugins(plugins) File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/pluginlib.py", line 81, in resolve_plugins pkg_resources.require(plugin) File "/Users/username/Downloads/galaxy-dist/lib/galaxy/eggs/__init__.py", line 413, in require return pkg_resources.working_set.require( req_str ) File "/Users/username/Downloads/galaxy-dist/lib/pkg_resources.py", line 666, in require needed = self.resolve(parse_requirements(requirements)) File "/Users/username/Downloads/galaxy-dist/lib/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: Not Found: pyglet-1.1.4-py2.6 (did you run python setup.py develop?) I have downloaded and installed pyglet for both Python 2.7 and 2.6 (both versions are on my system, but 2.7 is default), and the error still persists. Any ideas what's going on here? Thanks!