On Dec 19, 2006, at 9:36 PM, Ben Bangert wrote:
I'm inclined to keep using the 'official' Pudge SVN for now, as I
have commit access and its still up. I already have another Pudge
SVN setup which I will keep up to date should the official one die
at some point. I'm aiming to actually post a 'release' of Pudge
to CheeseShop soon so people wishing to use it won't have to keep
getting it from svn.
Can we put building the documentation for Pylons with pudge somewhere
in the build procedure so we can make sure it always works?
Right now the i18n doc file throws a few SEVERE/4 error due to tlides
being used in the source instead of dashes.
Here's the first one (after which it dies):
docutils.utils.SystemMessage: docs/internationalization.txt:483:
(SEVERE/4) Title level inconsistent:
Request Parameters
~~~~~~~~~~~~~~~~~~
If you fix that one, it'll happen several more times. Replacing all
of the lines of tildes with lines of dashes solves all of these
problems.
Once all those are all cleaned up, there are several WARNING/2 and
one ERROR/3 in the same file.
Then, with the latest release of Kid (0.9.4) I get:
...
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
site-packages/kid-0.9.4-py2.5.egg/kid/template_util.py", line 120, in
base_class_extends
% (all_extends or extends)).lstrip())
kid.template_util.TemplateExtendsError: Could not open '/Users/
ssteiner/work/Pylons/docs/pudge_template/common.html'
Template file "'common.html'" not found
while processing extends="'layout.html', 'common.html'"
The file's sitting right there so I'm not sure what's up with that...
Trying with the Kid from SVN (453), I get the same doc warnings
followed by:
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
pydoc.py", line 305, in safeimport
raise ErrorDuringImport(path, sys.exc_info())
TypeError: __init__() takes exactly 3 arguments (2 given)
Maybe pudge should be specific about what version of Kid it needs; it
doesn't currently seem to play well with either the release or the
trunk tip revision...
Thanks,
S
Stephen F. Steiner
Integrated Development Corporation
[EMAIL PROTECTED]
www.integrateddevcorp.com
(603)433-1232
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---