Skip to content

Instantly share code, notes, and snippets.

@errordeveloper
Created July 27, 2011 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save errordeveloper/1109788 to your computer and use it in GitHub Desktop.
Save errordeveloper/1109788 to your computer and use it in GitHub Desktop.
# Sphinx version: 0.6.4
# Docutils version: 0.5 release
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/sphinx/cmdline.py", line 169, in main
warningiserror, tags)
File "/usr/lib64/python2.6/site-packages/sphinx/application.py", line 94, in __init__
self.config = Config(confdir, CONFIG_FILENAME, confoverrides, self.tags)
File "/usr/lib64/python2.6/site-packages/sphinx/config.py", line 126, in __init__
execfile(config['__file__'], config)
File "/home/110101/devel/xmos/git/xdoc/xsphinx/conf.py", line 15, in <module>
from xsphinx.builders.xlatex import XLaTeXBuilder, xlatex_rearrange_tocs
File "/home/110101/devel/xmos/git/xdoc/xsphinx/builders/xlatex.py", line 22, in <module>
from sphinx.locale import _
ImportError: cannot import name _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment