On Sat, Dec 12, 2009 at 8:40 PM, Lucas <[email protected]> wrote: > Hello, > > I am trying to generate docs from the trunk and i get some errors > which i can't figure out what they are. > > Can someone generate updated docs from trunk and share them, or better > help me fix these errors. > > Below is the stacktrace i get. > > Sorting & Grouping: pyglet.text.DocumentLabel > Traceback (most recent call > last): > File "/home/beta/Dev/pyglet/tags/pyglet-1.1.3/tools/epydoc/scripts/ > epydoc", line 13, in <module>cli() > File "/home/beta/Dev/pyglet/tags/pyglet-1.1.3/tools/epydoc/epydoc/ > cli.py", line 952, in cli > main(options, names) > File "/home/beta/Dev/pyglet/tags/pyglet-1.1.3/tools/epydoc/epydoc/ > cli.py", line 770, in main > write_html(docindex, options) > File "/home/beta/Dev/pyglet/tags/pyglet-1.1.3/tools/epydoc/epydoc/ > cli.py", line 810, in write_html > html_writer.write(options.target) > File "/home/beta/Dev/pyglet/tags/pyglet-1.1.3/tools/epydoc/epydoc/ > docwriter/html.py", line 536, in write > self._mkdir(directory) > File "/home/beta/Dev/pyglet/tags/pyglet-1.1.3/tools/epydoc/epydoc/ > docwriter/html.py", line 711, in _mkdir > os.mkdir(directory) > OSError: [Errno 2] No such file or directory: 'doc/html/api/' > > -- >
The recent pyglet release (1.1.4) has updates related to docs production, see pyglet rev r2538 , r2536. Maybe those changes can help ? I dont know if the process is smooth at this point, seems to have been somewhat convoluted ( see http://article.gmane.org/gmane.comp.python.pyglet.user/3401 ) -- claxo -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
