Revision 303362633135 () - Diff

Link to this snippet: https://friendpaste.com/5BJ2oa0Kn7N5qDA280PYa1
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
(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
>>>