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