[ZCM] [ZC] 2161/ 2 Wontfix "Hotfix-20060705 install issue"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2161 Update (Wontfix) "Hotfix-20060705 install issue"
Status Wontfix, Zope/bug medium
To followup, visit:
http://www.zope.org/Collectors/Zope/2161
==============================================================
= Wontfix - Entry #2 by ajung on Jan 13, 2007 10:23 am
Status: Pending => Wontfix
This issue is outdated
________________________________________
= Request - Entry #1 by ABrenner on Aug 4, 2006 2:05 pm
Zope does not start after the install of Hotfix-20060705. Here is the trace:
./runzope
------
2006-08-04T19:56:11 INFO(0) ZServer HTTP server started at Fri Aug 4 19:56:11 2006
Hostname: localhost
Port: 8080
------
2006-08-04T19:56:11 INFO(0) ZServer FTP server started at Fri Aug 4 19:56:11 2006
Hostname: tpr50e.server.com
Port: 8021
------
2006-08-04T19:56:12 ERROR(200) Zope Could not import Products.Hotfix_20060705
Traceback (most recent call last):
File "/home/brinx/temp/myzope/binary/lib/python/OFS/Application.py", line 673, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/home/brinx/temp/myzope/var/itest/Products/Hotfix_20060705/__init__.py", line 8, in ?
from docutils.parsers.rst.directives import misc
File "/home/brinx/temp/myzope/binary/lib/python/docutils/parsers/rst/directives/misc.py", line 171, in ?
raw.options = {'file': directives.path,
AttributeError: 'module' object has no attribute 'uri'
Traceback (most recent call last):
File "/home/brinx/temp/myzope/binary/lib/python/Zope/Startup/run.py", line 50, in ?
run()
File "/home/brinx/temp/myzope/binary/lib/python/Zope/Startup/run.py", line 19, in run
start_zope(opts.configroot)
File "/home/brinx/temp/myzope/binary/lib/python/Zope/Startup/__init__.py", line 52, in start_zope
starter.startZope()
File "/home/brinx/temp/myzope/binary/lib/python/Zope/Startup/__init__.py", line 231, in startZope
Zope.startup()
File "/home/brinx/temp/myzope/binary/lib/python/Zope/__init__.py", line 47, in startup
_startup()
File "/home/brinx/temp/myzope/binary/lib/python/Zope/App/startup.py", line 45, in startup
OFS.Application.import_products()
File "/home/brinx/temp/myzope/binary/lib/python/OFS/Application.py", line 650, in import_products
import_product(product_dir, product_name, raise_exc=debug_mode)
File "/home/brinx/temp/myzope/binary/lib/python/OFS/Application.py", line 673, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/home/brinx/temp/myzope/var/itest/Products/Hotfix_20060705/__init__.py", line 8, in ?
from docutils.parsers.rst.directives import misc
File "/home/brinx/temp/myzope/binary/lib/python/docutils/parsers/rst/directives/misc.py", line 171, in ?
raw.options = {'file': directives.path,
AttributeError: 'module' object has no attribute 'uri'
Here is how to reproduce the bug:
cd ~/temp
tar xvfz ../sources/Zope-2.7.6-final.tgz
cd Zope-2.7.6-final/
./configure --prefix=/home/user/temp/myzope/binary
make
make install
~/temp/myzope/binary/bin/mkzopeinstance.py -d ~/temp/myzope/var/itest -u zope:zope
#Install 2005-10-09 hotfix
cd ~/temp/myzope/binary/lib/python/
tar xvfz ~/Hotfix_2005-10-09.tar.gz
#If I run ./runzope now, all is fine
#Now install the Hotfix-20060705:
cd ~/temp/myzope/var/itest/Products
tar xvfz ~/Hotfix_20060705.tar.gz
#Running ./runzope now produces the trace shown above. Removing Hotfix_20060705 fixes the problem.
Comments:
I have to keep the distributor's python, so I cannot upgrade to a newer zope version (they require a newer than 2.3.4 python)
==============================================================