On 10/13/06, Andrew Sawyers <[EMAIL PROTECTED]> wrote:
See:  foundation.zope.org

Great work!

Do we have an issue tracker for reporting web issues?

There is a problem in http://foundation.zope.org/members/committer_members.html

The error is :

 System Message: SEVERE/4 (<string>, line 20)

 Problems with "csv-table" directive path: [Errno 2] No such file or
directory: u'/committer_members.csv'.

 .. csv-table:: Zope Foundation Commiter Members
   :header: "username", "first name", "last name"
   :delim: tab
   :file: committer_members.csv

But that file is there: http://foundation.zope.org/members/committer_members.csv

Is this a docutils version problem?

Or `file` sub-directive should be?:

  :file: ./committer_members.csv

Index: members/committer_members.txt
===================================================================
--- members/committer_members.txt       (revision 70330)
+++ members/committer_members.txt       (working copy)
@@ -20,4 +20,4 @@
.. csv-table:: Zope Foundation Commiter Members
  :header: "username", "first name", "last name"
  :delim: tab
-  :file: committer_members.csv
+  :file: ./committer_members.csv

Regards,
Baiju M
_______________________________________________
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web

Reply via email to