[Python-modules-team] Bug#567369: [networkx-discuss] Re: Problems with doc generation (v1.1)

Sandro Tosi matrixhasu at gmail.com
Mon Apr 26 16:35:28 UTC 2010


Hi Aric,
thanks for your reply.

On Sun, Apr 25, 2010 at 00:42, Aric Hagberg <ahagberg at gmail.com> wrote:
>
> Thanks for finding these.

you're welcome :)

> On Apr 24, 1:56 pm, Sandro Tosi <mo... at debian.org> wrote:
>> process, I found some thing that should be fixed, here is the list
>>
>> - $ PYTHONPATH=build/lib/ python ./examples/drawing/sampson.py
>> Traceback (most recent call last):
>>   File "./examples/drawing/sampson.py", line 20, in <module>
>>     zf = zipfile.ZipFile('sampson_data.zip') # zipfile object
>>   File "/usr/lib/python2.5/zipfile.py", line 339, in __init__
>>     self.fp = open(file, modeDict[mode])
>> IOError: [Errno 2] No such file or directory: 'sampson_data.zip'
>>
>> infact, sampson_data.zip is not in the released tarball:
>>
>> $ find . -name "sampson*"
>> ./examples/drawing/sampson.py
>
> I fixed the manifest to include it in the future tarballs.  That file
> is available at:
> http://networkx.lanl.gov/svn/networkx/tags/networkx-1.1/examples/drawing/sampson_data.zip

thanks!

>> - make html crash at some point:
>>
>> Exception occurred:
>>   File "/usr/lib/pymodules/python2.5/sphinx/ext/autosummary/__init__.py",
>> line 311, in process_generate_options
>>     for genfile in genfiles]
>> TypeError: 'bool' object is not iterable
>> The full traceback has been saved in /tmp/sphinx-err-igNQqU.log, if
>> you want to report the issue to the developers.
>>
>> and /tmp/sphinx-err-igNQqU.log contains
>>
>> $ cat /tmp/sphinx-err-igNQqU.log
>> # Sphinx version: 0.6.5
>
> We are using Sphinx version 1.0 which hasn't been released.
> It is available at http://bitbucket.org/birkenfeld/sphinx/

ah that explains quite something ;)



More information about the Python-modules-team mailing list