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

basic layout broken #229

Closed
hhuuggoo opened this issue Aug 19, 2013 · 4 comments
Closed

basic layout broken #229

hhuuggoo opened this issue Aug 19, 2013 · 4 comments

Comments

@hhuuggoo
Copy link

this is using a fresh virtual env on ubuntu 13.04, with pip to install hyde.

(foo)$ hyde gen
05:06:36 hyde.engine Reading site configuration from [/home/hugoshi/testing/site.yaml]
05:06:36 hyde.engine Reading site contents
05:06:36 hyde.engine Generating site at [/home/hugoshi/testing]
05:06:36 hyde.engine Configuring the template environment
05:06:36 hyde.engine Generating site to [/home/hugoshi/testing/deploy]
/home/hugoshi/foo/local/lib/python2.7/site-packages/smartypants.py:158: DeprecationWarning: smartyPants function will be removed at Version 2.0.0, use smartypants, instead
warnings.warn(msg, DeprecationWarning)
05:06:36 hyde Error occurred when processing template: [/home/hugoshi/testing/content/index.html]: TypeError('expected string or buffer',)

@hhuuggoo
Copy link
Author

I tracked this down to smartypants - it's now on version 1.8 in pypi. version 1.6 seems to work ok

@inopia
Copy link

inopia commented Aug 19, 2013

I can confirm this bug. Works when I downgrade to smartypants 1.6.0.3

@navilan
Copy link
Member

navilan commented Aug 19, 2013

Thanks guys. Fix coming up soon.

navilan added a commit that referenced this issue Aug 20, 2013
*   Bugfix: Fix smartypants to 1.7.x to avoid the breaking
    changes in 1.8.  (Issue #229)
*   Bugfix: Upgrade Jinja to 2.7.1 - this fixes
    pallets/jinja#243.
@navilan
Copy link
Member

navilan commented Aug 20, 2013

Fixed.

@navilan navilan closed this as completed Aug 20, 2013
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

3 participants