Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nothing warns you if you don't have python-yaml installed #2

Open
gregsfortytwo opened this issue Jun 20, 2012 · 0 comments
Open

nothing warns you if you don't have python-yaml installed #2

gregsfortytwo opened this issue Jun 20, 2012 · 0 comments

Comments

@gregsfortytwo
Copy link
Member

gregf@pudgy:~/src/downburst [master]$ ./virtualenv/bin/downburst create downburst-test-01
Traceback (most recent call last):
File "./virtualenv/bin/downburst", line 9, in
load_entry_point('downburst==0.0.1', 'console_scripts', 'downburst')()
File "/home/gregf/src/downburst/downburst/cli.py", line 48, in main
args = parse_args()
File "/home/gregf/src/downburst/downburst/cli.py", line 32, in parse_args
fn = ep.load()
File "/home/gregf/src/downburst/virtualenv/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 1989, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/home/gregf/src/downburst/downburst/create.py", line 7, in
from . import iso
File "/home/gregf/src/downburst/downburst/iso.py", line 7, in
from . import meta
File "/home/gregf/src/downburst/downburst/meta.py", line 2, in
import yaml
ImportError: No module named yaml

:(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant