On 27/02/2012 15:28, Ed Leafe wrote:
> On Feb 27, 2012, at 3:04 AM, Werner F. Bruhin wrote:
>
>> Did you find the issue?
>       Oh, I forgot to include the subprocess commands. I added a printout for 
> 'commandArgs' to the line just before the subprocess call, and got this:
>
> CMDARGS ['/usr/local/lib/python2.6/dist-packages/sphinx', ' -c 
> /home/ed/dabodoc/trunk/api/sphinx/source', ' -b ', 'html', ' -D 
> graphviz_dot="/usr/bin/dot" ', '/home/ed/dabodoc/trunk/api/sphinx/source', ' 
> ', '/home/ed/dabodoc/trunk/api/sphinx/build/html']
The command on Windows is:

command: C:\Python25\Scripts\sphinx-build.exe -c 
C:\dev\dabodoc\api\sphinx\source -b html -D graphviz_dot="C:\Program 
Files (x86)\Graphviz2.26.3\bin\dot.exe" C:
\dev\dabodoc\api\sphinx\source C:\dev\dabodoc\api\sphinx\build\html


So, I think/guess this:

'/usr/local/lib/python2.6/dist-packages/sphinx'


should be:

'/usr/local/lib/python2.6/dist-packages/sphinx-build'


http://sphinx.pocoo.org/tutorial.html

Werner

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to