[Zope-dev] Re: [Zope-Annce] [ANN] Zope 2.7.4 RC 2 released
Andreas Jung
lists at andreas-jung.com
Fri Jan 7 12:12:41 EST 2005
--On Freitag, 7. Januar 2005 11:01 Uhr -0600 Brent Hendricks
<brentmh at rice.edu> wrote:
> Andreas Jung wrote:
>>
>>
>> Dear Zope Community,
>>
>> on behalf of Zope Corporation and all Zope 2 developers and contributors
>> I am pleased to announce the release of Zope 2.7.4 RC2.
>
> I'm seeing errors about docutils when I try to run unit tests on RC2.
> docutils appears under lib/python in the source tree, but did not get
> copied over after 'make install'
>
> <131 barracks:/opt/Zope-2.7.4-RC2 >./bin/test.py
> Running unit tests from /opt/Zope-2.7.4-RC2/lib/python
> /opt/Zope-2.7.4-RC2/lib/python/SearchIndex/__init__.py:19:
> DeprecationWarning: The usage of the SearchIndex package is deprecated
> since Zope 2.4.
> This package is only kept for backwards compatibility for a while
> and will go away in a future release.
>
> Please use instead the re-factored modules in Products/PluginIndexes.
>
> warnings.warn("The usage of the SearchIndex package is deprecated
> since \
> No module named docutils.core
> ['/opt/Zope-2.7.4-RC2/lib/python/third_party/docutils',
> '/opt/Zope-2.7.4-RC2/lib/python', '/opt/Zope-2.7.4-RC2/bin',
> '/usr/lib/python23.zip', '/usr/lib/python2.3',
> '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk',
> '/usr/lib/python2.3/lib-dynload',
> '/usr/local/lib/python2.3/site-packages',
> '/usr/lib/python2.3/site-packages',
> '/usr/lib/python2.3/site-packages/PIL']Traceback (most recent call last):
> File "./bin/test.py", line 920, in ?
> process_args()
> File "./bin/test.py", line 910, in process_args
> bad = main(module_filter, test_filter, libdir)
> File "./bin/test.py", line 700, in main
> runner(files, test_filter, debug)
> File "./bin/test.py", line 594, in runner
> s = get_suite(file, runner.result)
> File "./bin/test.py", line 510, in get_suite
> mod = package_import(modname)
> File "./bin/test.py", line 484, in package_import
> mod = __import__(modname)
> File
> "/opt/Zope-2.7.4-RC2/lib/python/AccessControl/tests/testUserFolder.py",
> line 24, in ?
> Zope.startup()
> File "/opt/Zope-2.7.4-RC2/lib/python/Zope/__init__.py", line 47, in
> startup
> _startup()
> File "/opt/Zope-2.7.4-RC2/lib/python/Zope/App/startup.py", line 45, in
> startup
> OFS.Application.import_products()
> File "/opt/Zope-2.7.4-RC2/lib/python/OFS/Application.py", line 650, in
> import_products
> import_product(product_dir, product_name, raise_exc=debug_mode)
> File "/opt/Zope-2.7.4-RC2/lib/python/OFS/Application.py", line 673, in
> import_product
> product=__import__(pname, global_dict, global_dict, silly)
> File "/opt/Zope-2.7.4-RC2/lib/python/Products/ZReST/__init__.py", line
> 7, in ?
> import ZReST
> File "/opt/Zope-2.7.4-RC2/lib/python/Products/ZReST/ZReST.py", line
> 10, in ?
> import docutils.core, docutils.io
> ImportError: No module named docutils.core
damn...my fault...I will correct it immeditely.
Andreas
More information about the Zope-Dev
mailing list