you need to install pysvn
On Wed, Aug 27, 2008 at 2:46 AM, Doug Latornell <[EMAIL PROTECTED]>wrote:
>
> I've got a freshly updated svn checkout of tg2 (rev5260) in a
> virtualenv, and a newly easy_install-ed version of sphinx. When I try
> to do a 'make web' I get the following mess:
>
> (tg2dev)Ludwig:tg2dev$ cd tg2/docs/
> (tg2dev)Ludwig:docs$ make web
> mkdir -p _build/web _build/doctrees
> sphinx-build -b web -d _build/doctrees . _build/web
> /Users/doug/Documents/devel/python/tg2dev/lib/python2.5/site-packages/
> WebHelper
> -0.6.1-py2.5.egg/webhelpers/rails/__init__.py:12: DeprecationWarning:
> The webhe
> pers.rails package is deprecated.
> - Please begin migrating to the new helpers in webhelpers.html,
> webhelpers.text, webhelpers.number, etc.
> - Import url_for() directly from routes, and redirect_to() from
> pylons.controllers.util (if using Pylons) or from routes.
> - All Javascript support has been deprecated. You can write
> link_to_remote()
> yourself or use one of the third-party Javascript libraries.
> DeprecationWarning)
> Exception occurred:
> File "/Users/doug/Documents/devel/python/tg2dev/lib/python2.5/site-
> packages/S
> hinx-0.4.2-py2.5.egg/sphinx/application.py", line 122, in
> setup_extension
> raise ExtensionError('Could not import extension %s' % extension,
> err)
> ExtensionError: Could not import extension tgext (exception: No module
> named py
> vn)
> The full traceback has been saved in /tmp/sphinx-err-sh3VjD.log, if
> you want to
> report the issue to the author.
> Please also report this if it was a user error, so that a better error
> message
> an be provided next time.
> Send reports to [EMAIL PROTECTED] Thanks!
> make: *** [web] Error 1
>
> The sphinx traceback is:
>
> (tg2dev)Ludwig:docs$ cat /tmp/sphinx-err-sh3VjD.log
> Traceback (most recent call last):
> File "/Users/doug/Documents/devel/python/tg2dev/lib/python2.5/site-
> packages/Sphinx-0.4.2-py2.5.egg/sphinx/__init__.py", line 126, in main
> confoverrides, status, sys.stderr, freshenv)
> File "/Users/doug/Documents/devel/python/tg2dev/lib/python2.5/site-
> packages/Sphinx-0.4.2-py2.5.egg/sphinx/application.py", line 83, in
> __init__
> self.setup_extension(extension)
> File "/Users/doug/Documents/devel/python/tg2dev/lib/python2.5/site-
> packages/Sphinx-0.4.2-py2.5.egg/sphinx/application.py", line 122, in
> setup_extension
> raise ExtensionError('Could not import extension %s' % extension,
> err)
> ExtensionError: Could not import extension tgext (exception: No module
> named pysvn)
>
> It looks to me like the webhelper deprecation warnings are a separate
> issue from the sphinx ExtensionError. Is pysvn a requirement for the
> docs build system? I haven't seen it mentioned anywhere.
>
> Any guidance on cleaning up either of these issues is most welcome...
>
> Thanks...
>
> Doug
>
> >
>
--
bj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Docs" 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/turbogears-docs?hl=en
-~----------~----~----~----~------~----~------~--~---