Dear galaxy, I'm trying to install galaxy on a 64bit Debian (5.0) Lenny server with python2.5.2. When running %sh run.sh, the fetch_eggs completed successfully. However, I have problem with running galaxy instance. I've posted the error messages below. Traceback (most recent call last): File "./scripts/paster.py", line 34, in <module> command.run() File "/home/galaxy/galaxy-dist/eggs/PasteScript-1.7.3-py2.5.egg/paste/script/ command.py", line 84, in run invoke(command, command_name, options, args[1:]) File "/home/galaxy/galaxy-dist/eggs/PasteScript-1.7.3-py2.5.egg/paste/script/ command.py", line 123, in invoke exit_code = runner.run(args) File "/home/galaxy/galaxy-dist/eggs/PasteScript-1.7.3-py2.5.egg/paste/script/ command.py", line 218, in run result = self.command() File "/home/galaxy/galaxy-dist/eggs/PasteScript-1.7.3-py2.5.egg/paste/script/ serve.py", line 276, in command relative_to=base, global_conf=vars) File "/home/galaxy/galaxy-dist/eggs/PasteScript-1.7.3-py2.5.egg/paste/script/ serve.py", line 313, in loadapp **kw) File "/home/galaxy/galaxy-dist/eggs/PasteDeploy-1.3.3-py2.5.egg/paste/deploy/ loadwsgi.py", line 204, in loadapp return loadobj(APP, uri, name=name, **kw) File "/home/galaxy/galaxy-dist/eggs/PasteDeploy-1.3.3-py2.5.egg/paste/deploy/ loadwsgi.py", line 225, in loadobj return context.create() File "/home/galaxy/galaxy-dist/eggs/PasteDeploy-1.3.3-py2.5.egg/paste/deploy/ loadwsgi.py", line 625, in create return self.object_type.invoke(self) File "/home/galaxy/galaxy-dist/eggs/PasteDeploy-1.3.3-py2.5.egg/paste/deploy/ loadwsgi.py", line 110, in invoke return fix_call(context.object, context.global_conf, **context.local_conf) File "/home/galaxy/galaxy-dist/eggs/PasteDeploy-1.3.3-py2.5.egg/paste/deploy/ util/fixtypeerror.py", line 57, in fix_call val = callable(*args, **kw) File "/home/galaxy/galaxy-dist/lib/galaxy/web/buildapp.py", line 90, in app_factory add_ui_controllers( webapp, app ) File "/home/galaxy/galaxy-dist/lib/galaxy/web/buildapp.py", line 39, in add_ui_controllers module = __import__( module_name ) File "/home/galaxy/galaxy-dist/lib/galaxy/web/controllers/cloud.py", line 9, in <module> import boto ImportError: No module named boto We have another Debian (6.0) Squeeze 32 bit server with python 2.6.6, and I did the same installation of galaxy. Everything went smoothly and galaxy server instance can run successfully on it. Do you know why this importError happens on our 64bit Debian 5.0 server and how I could fix it? Many thanks. Jemma Wu Australian Proteome Analysis Facility (APAF) Level 4, Building F7B, Research Park Drive Macquarie University Sydney NSW 2109 Australia