From: Oleg B. <ph...@ph...> - 2004-12-30 08:28:52
|
On Wed, Dec 29, 2004 at 11:19:45AM -0600, Ian Bicking wrote: > Oleg Broytmann wrote: > > I cannot build SQLObject.txt using rst2html.py - SQLObject.txt > >references external code snippets that are not exist. > > Woops, fixed in 505. $ ./build Traceback (most recent call last): File "./examplestripper.py", line 96, in ? snipAll(arg) File "./examplestripper.py", line 87, in snipAll snipAll(fn) File "./examplestripper.py", line 89, in snipAll snipFile(dir) File "./examplestripper.py", line 67, in snipFile f = open(fn + ".py.html") IOError: [Errno 2] No such file or directory: './snippets/slicing-batch.py.html' /home/phd/work/SQLObject/SQLObject/docs/FAQ.txt:26: (SEVERE/4) Problems with "raw" directive path: [Errno 2] No such file or directory: u'../examples/snippets/leftjoin-simple.html'. .. raw:: html :file: ../examples/snippets/leftjoin-simple.html Exiting due to level-4 (SEVERE) system message. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |