Skip to content

Instantly share code, notes, and snippets.

@derks
Created May 14, 2011 19:03
Show Gist options
  • Save derks/972511 to your computer and use it in GitHub Desktop.
Save derks/972511 to your computer and use it in GitHub Desktop.
scripts/mkvirtenv.py busted on OSX
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