Created
May 14, 2011 19:03
-
-
Save derks/972511 to your computer and use it in GitHub Desktop.
scripts/mkvirtenv.py busted on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
derks-macbook [holland] $ ./scripts/mkvirtenv.py | |
New python executable in /Users/wdierkes/holland-test/bin/python | |
Installing setuptools............................done. | |
[INFO] Installed holland-core. | |
[INFO] Installing holland plugins | |
[INFO] Installed plugin holland.lib.common | |
[INFO] Installed plugin holland.lib.mysql | |
[INFO] Installed plugin holland.lib.lvm | |
[INFO] Installed plugin holland.backup.mysqldump | |
[INFO] Installed plugin holland.backup.mysql_lvm | |
[INFO] Installed plugin holland.backup.xtrabackup | |
Traceback (most recent call last): | |
File "./scripts/mkvirtenv.py", line 215, in <module> | |
sys.exit(main()) | |
File "./scripts/mkvirtenv.py", line 208, in main | |
install_configs(home_dir) | |
File "./scripts/mkvirtenv.py", line 160, in install_configs | |
from holland.core import Config | |
ImportError: No module named holland.core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment