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

"Template not found" error on current Pelican master #2

Closed
justinmayer opened this issue Apr 11, 2014 · 4 comments
Closed

"Template not found" error on current Pelican master #2

justinmayer opened this issue Apr 11, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@justinmayer
Copy link

Hey Federico. I am seeing an error when I do the following:

virtualenv testenv
pip install Markdown shoebill
git clone https://github.com/getpelican/pelican
cd pelican
python setup.py develop
pelican-quickstart
cd my-pelican-project
shoebill .

This is the error output I'm seeing: https://dpaste.de/uSBN

Do you have any suggestions regarding how to resolve this problem?

@FedericoCeratto
Copy link
Owner

Thanks for your bug report, I was able to reproduce the issue. I'll fix it in the next few days.

@FedericoCeratto FedericoCeratto added this to the 0.2 milestone Apr 12, 2014
@FedericoCeratto FedericoCeratto self-assigned this Apr 12, 2014
@justinmayer
Copy link
Author

As an aside, I am at PyCon and am giving a lightning talk tomorrow about static site generators and the ecosystem of tools folks can use with them. One of the reasons I was taking a look at Shoebill was to possibly mention it during the talk. Any chance you might be able to fix this problem sooner? ;^)

@FedericoCeratto
Copy link
Owner

Thanks for the heads up, I'd be very happy to see more users adopting the tool!
While I'm fixing the template path, could you temporarily run Shoebill from the virtualenv root?

pelican-quickstart -p my-pelican-project
cd .. 
shoebill pelican/my-pelican-project 

@justinmayer
Copy link
Author

Thanks for getting back to me, Federico. Moving the project to $VIRTUAL_ENV/ and running shoebill does seem to work around the above-mentioned error.

Excited to play around with this more tomorrow. Thanks again!

@FedericoCeratto FedericoCeratto modified the milestones: 1.1.2, 0.2 Apr 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants