First of all, I've looked on the forum and there were only three topics 
about this problem but it didn't solve my problem. I installed sphinx, did 
the quickstart withtout any issues. However, when I want to do "make html", 
I get the following error:

# Sphinx version: 1.1.3
# Python version: 2.7.3
# Docutils version: 0.9.1 release
# Jinja2 version: 2.6
Traceback (most recent call last):
  File "c:\python27\sphinx.egg\sphinx\cmdline.py", line 188, in main
    warningiserror, tags)
  File "c:\python27\sphinx.egg\sphinx\application.py", line 114, in __init__
    self.setup_extension(extension)
  File "c:\python27\sphinx.egg\sphinx\application.py", line 247, in 
setup_extension
    mod = __import__(extension, None, None, ['setup'])
  File "c:\python27\sphinx.egg\sphinx\ext\autodoc.py", line 26, in <module>
  File "c:\python27\sphinx.egg\sphinx\pycode\__init__.py", line 25, in 
<module>
  File "c:\python27\sphinx.egg\sphinx\pycode\pgen2\driver.py", line 126, in 
load_grammar
    g = pgen.generate_grammar(gt)
  File "c:\python27\sphinx.egg\sphinx\pycode\pgen2\pgen.py", line 383, in 
generate_grammar
    p = ParserGenerator(filename)
  File "c:\python27\sphinx.egg\sphinx\pycode\pgen2\pgen.py", line 15, in 
__init__
    stream = open(filename)
IOError: [Errno 2] No such file or directory: 
'c:\\python27\\sphinx.egg\\sphinx\\pycode\\Grammar.txt'

I've looked in the sphinx.egg and Grammar.txt is properly in it?

Anyone has a clue? 

Thanks in advance

(I'm using windows by the way)

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/q6hLCGYxXHcJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to