EnigmaCurry/blogofile

Cannot find requested plugin: blog

wolever opened this issue · 4 comments

When running with the most recent dev build, I get this error:

$ blogofile init simple_blog
Initializing the simple_blog site template...
$ blogofile build
Cannot find requested plugin: blog
Build aborted.
ERROR:blogofile:Fatal build error occured, calling bf.config.build_exception()
$ blogofile --version
Blogofile 0.8-DEV -- http://www.Blogofile.com -- CPython 3.2.0

Ah, I see, it's because the blog plugin isn't distributed along with “blogofile”… That's… Confusing =\

Agreed on the confusing. Out of the box experience is a little annoying (especially with the 3to2 dance). One would expect that after the init, you'd have the basics for a blog, ie no need to install an additional blog plugin.

I just ran into the same problem. The project name could perhaps be changed to "ofile" if the "blog" part is no longer going to be distributed with it? :)

This has now been addressed in the docs: http://blogofile.readthedocs.org/en/latest/quick_setup.html

The intent is that, with the 0.8 release, blogofile_blog will be a dependency for blogofile so that it will installed automatically.