(test)13:16 rage@grim ~/dev_emencia/buildout/test% python bootstrap.py Traceback (most recent call last): File "bootstrap.py", line 23, in ? import os, shutil, sys, tempfile, textwrap, urllib, urllib2 ImportError: No module named shutil zsh: exit 1 python bootstrap.py (test)13:16 rage@grim ~/dev_emencia/buildout/test% python Python 2.4.4 (#1, Nov 19 2007, 14:58:38) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import shutil >>>