On 23/02/2012 22:26, Ed Leafe wrote: > On Jul 20, 2011, at 2:16 AM, Werner F. Bruhin wrote: > >> To build it you will need: >> >> Install (IIRC): >> - graphviz - using Synaptic >> - Sphinx 1.0.7 - using easy_install >> - svn update dabodoc >> - adjust/copy config_samply.py >> - cd to dabodoc/api/sphinx >> >> then run: >> python makeRst.py >> python makeSphinx.py > OK, got through to the last line, but when I run that, I get: > > ed@marge ~/dabodoc/trunk/api/sphinx: python makeSphinx.py > Traceback (most recent call last): > File "makeSphinx.py", line 100, in<module> > MakeSphinx(builder, rebuildall) > File "makeSphinx.py", line 56, in MakeSphinx > stderr=sc.sphinxStdErrFile).communicate() > File "/usr/lib/python2.6/subprocess.py", line 595, in __init__ > errread, errwrite) > File "/usr/lib/python2.6/subprocess.py", line 1092, in _execute_child > raise child_exception > OSError: [Errno 13] Permission denied > > I'm not sure for what the permission is being denied. Any ideas? The > entire ~/dabodoc tree is owned by me. Hhm, not sure at all.
Can you check the values of "command" or "commandargs" just before subprocess is run. Make sure that the values in the file "config" are adapted to your system. If both are fine I would suggest to run the command in a terminal and see if it provides better info on what permission is an issue. 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]
