Giter VIP home page Giter VIP logo

maki's Introduction

maki's People

Contributors

vladris avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

maki's Issues

problem in tinkerer.exec.blog?

hello,
I am an intense tinker user (thank you for this great tool). Recently I reinstalled it on a laptop and couldn't have it run until I commented a line in tinkerer.exec.blog/setup()

def setup(app):
'''
Sets up the extension.
'''
# new config values
app.add_config_value("tagline", "My blog", True)
app.add_config_value("description", "My blog", True)
# [CAL] to be commented!! --> app.add_config_value("author", "Winston Smith", True)
app.add_config_value("rss_service", None, True)

The error I obtained was very strange and difficult to understand:

Extension error:
Traceback (most recent call last):
File "/Users/charles-albertlehalle/virtualenvs/tinkerer/bin/sphinx-build", line 10, in
sys.exit(main())
File "/Users/charles-albertlehalle/virtualenvs/tinkerer/lib/python2.7/site-packages/sphinx/cmd/build.py", line 319, in main
return build_main(argv)
File "/Users/charles-albertlehalle/virtualenvs/tinkerer/lib/python2.7/site-packages/sphinx/cmd/build.py", line 307, in build_main
handle_exception(app, args, exc, error)
File "/Users/charles-albertlehalle/virtualenvs/tinkerer/lib/python2.7/site-packages/sphinx/cmd/build.py", line 58, in handle_exception
print(terminal_safe(text_type(exception)), file=stderr)
File "/Users/charles-albertlehalle/virtualenvs/tinkerer/lib/python2.7/site-packages/sphinx/errors.py", line 70, in str
parent_str = SphinxError.str(self)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 40: ordinal not in range(128)

I have been the only one to face this issue?

best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.