[SciPy-Dev] "Generate patch" not working?

Warren Weckesser warren.weckesser at enthought.com
Mon May 10 00:59:51 EDT 2010


If I go here:
   http://docs.scipy.org/scipy/patch/
then select a couple files (e.g. scipy.signal.ltisys.lsim and 
scipy.signal.ltisys.lsim2) and click on "Generate patch", I get the 
following errors:

Traceback (most recent call last):
  File "/home/docserver/pydocweb/docweb/../scripts/pydoc-tool.py", line 
1451, in ?
    if __name__ == "__main__": main()
  File "/home/docserver/pydocweb/docweb/../scripts/pydoc-tool.py", line 
82, in main
    cmd(args)
  File "/home/docserver/pydocweb/docweb/../scripts/pydoc-tool.py", line 
558, in cmd_patch
    doc_old = Documentation.load(open(args[0], 'r'))
  File "/home/docserver/pydocweb/docweb/../scripts/pydoc-tool.py", line 
1155, in load
    raise IOError("Failed to parse XML tree from %s" % stream.name)
IOError: Failed to parse XML tree from 
/home/docserver/pydocweb-data/modules/base-docsscipyorgscipy.xml


Am I doing something wrong, or is the doc server busted?

Warren




More information about the SciPy-Dev mailing list