On Oct 18, 7:08 am, "Edward K. Ream" <[email protected]> wrote:

> The script isn't working well for me.  It may be bad arguments, or
> problems with docutils.
>
> Terry, could you check the script?  Does it work for you now?

The script does not work with Python 3.2:

c:\leo.repo\trunk>python32 leo\doc\plugin_catalog.py --location=c:
\leo.repo\trunk\leo\plugins --output=out.txt

c:\leo.repo\trunk>c:\python32\python.exe leo\doc\plugin_catalog.py --
location=c:\leo.repo\trunk\leo\plugins --output=out
.txt
Traceback (most recent call last):
  File "leo\doc\plugin_catalog.py", line 311, in <module>
    main()
  File "leo\doc\plugin_catalog.py", line 306, in main
    plugin_catalog.run()
  File "leo\doc\plugin_catalog.py", line 271, in run
    doc_strings = self.get_doc_strings()
  File "leo\doc\plugin_catalog.py", line 126, in get_doc_strings
    path, dummy, files = os.walk(loc).next()
AttributeError: 'generator' object has no attribute 'next'

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to