Hi everybody,<br><br>I&#39;m having some problems when I have to run a zope2 2.12 instance. Here are the steps:<br><br>1. fresh install of Python 2.6.3 - python-2.6.3.msi<br>2. install pywin - pywin32-214.win32-py2.6.exe<br>
3. install setup tools - setuptools-0.6c11.win32-py2.6.exe<br clear="all">4. install Zope2 using easy_install from egg - Zope2-2.12.0-py2.6-win32.egg<br>5. create a new instance using mkzopeinstance.exe<br><br>Until here, everything worked great. Now , I modify the zope.conf to turn the debug on and try to run the created instance. Here is the error that I receive:<br>
<br>D:\ZopeFarms\212_services\bin&gt;&quot;D:\PythonFarms\Python263\Scripts\runzope&quot; -C &quot;D:\<br>ZopeFarms\212_services\etc\zope.conf&quot;<br>2010-09-08 13:39:29 INFO ZServer HTTP server started at Wed Sep 08 13:39:29 2010<br>
<br>        Hostname: dragosh<br>        Port: 8012<br>2010-09-08 13:39:32 ERROR Application Couldn&#39;t install Five<br>Traceback (most recent call last):<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>
OFS\Application.py&quot;, line 671, in install_product<br>    initmethod(context)<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>Products\Five\__init__.py&quot;, line 31, in initialize<br>
    zcml.load_site()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>Products\Five\zcml.py&quot;, line 51, in load_site<br>    _context = xmlconfig.file(file)<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope.configuration-3.7.2-py2.<br>
6.egg\zope\configuration\xmlconfig.py&quot;, line 653, in file<br>    context.execute_actions()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope.configuration-3.7.2-py2.<br>6.egg\zope\configuration\config.py&quot;, line 600, in execute_actions<br>
    for action in resolveConflicts(self.actions):<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope.configuration-3.7.2-py2.<br>6.egg\zope\configuration\config.py&quot;, line 1507, in resolveConflicts<br>    raise ConfigurationConflictError(conflicts)<br>
ConfigurationConflictError: Conflicting configuration actions<br>  For: (&#39;adapter&#39;, (&lt;InterfaceClass zope.formlib.interfaces.IAction&gt;,), &lt;Interfa<br>ceClass zope.browserpage.namedtemplate.INamedTemplate&gt;, u&#39;render&#39;)<br>
    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope.formlib-4.0.4-py2.6.eg">zope.formlib-4.0.4-py2.6.eg</a><br>g\zope\formlib\configure.zcml&quot;, line 19.2-19.64<br>        &lt;adapter factory=&quot;.form.render_submit_button&quot; name=&quot;render&quot; /&gt;<br>
    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope2-2.12.0-py2.6-win32.eg">zope2-2.12.0-py2.6-win32.eg</a><br>g\Products\Five\formlib\configure.zcml&quot;, line 6.2-9.8<br>        &lt;adapter<br>
            factory=&quot;.form.render_submit_button&quot;<br>            name=&quot;render&quot;<br>            /&gt;<br>  For: (&#39;adapter&#39;, (&lt;class &#39;zope.interface.exceptions.Invalid&#39;&gt;, &lt;InterfaceClass<br>
 zope.publisher.interfaces.browser.IBrowserRequest&gt;), &lt;InterfaceClass zope.forml<br>ib.interfaces.IWidgetInputErrorView&gt;, &#39;&#39;)<br>    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope.formlib-4.0.4-py2.6.eg">zope.formlib-4.0.4-py2.6.eg</a><br>
g\zope\formlib\configure.zcml&quot;, line 22.2-25.8<br>        &lt;adapter<br>            factory=&quot;.errors.InvalidErrorView&quot;<br>            permission=&quot;zope.Public&quot;<br>            /&gt;<br>    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope2-2.12.0-py2.6-win32.eg">zope2-2.12.0-py2.6-win32.eg</a><br>
g\Products\Five\formlib\configure.zcml&quot;, line 12.2-17.8<br>        &lt;adapter<br>            for=&quot;zope.interface.Invalid<br>                 zope.publisher.interfaces.browser.IBrowserRequest&quot;<br>            factory=&quot;.errors.InvalidErrorView&quot;<br>
            permission=&quot;zope.Public&quot;<br>            /&gt;<br>Traceback (most recent call last):<br>  File &quot;D:\PythonFarms\Python263\Scripts\runzope-script.py&quot;, line 8, in &lt;module&gt;<br><br>    load_entry_point(&#39;Zope2==2.12.0&#39;, &#39;console_scripts&#39;, &#39;runzope&#39;)()<br>
  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>Zope2\Startup\run.py&quot;, line 21, in run<br>    starter.prepare()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>
Zope2\Startup\__init__.py&quot;, line 87, in prepare<br>    self.startZope()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>Zope2\Startup\__init__.py&quot;, line 264, in startZope<br>
    Zope2.startup()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>Zope2\__init__.py&quot;, line 47, in startup<br>    _startup()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>
Zope2\App\startup.py&quot;, line 117, in startup<br>    OFS.Application.initialize(application)<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>OFS\Application.py&quot;, line 251, in initialize<br>
    initializer.initialize()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>OFS\Application.py&quot;, line 279, in initialize<br>    self.install_products()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>
OFS\Application.py&quot;, line 492, in install_products<br>    return install_products(app)<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>OFS\Application.py&quot;, line 523, in install_products<br>
    folder_permissions, raise_exc=debug_mode)<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>OFS\Application.py&quot;, line 671, in install_product<br>    initmethod(context)<br>
  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>Products\Five\__init__.py&quot;, line 31, in initialize<br>    zcml.load_site()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope2-2.12.0-py2.6-win32.egg\<br>
Products\Five\zcml.py&quot;, line 51, in load_site<br>    _context = xmlconfig.file(file)<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope.configuration-3.7.2-py2.<br>6.egg\zope\configuration\xmlconfig.py&quot;, line 653, in file<br>
    context.execute_actions()<br>  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope.configuration-3.7.2-py2.<br>6.egg\zope\configuration\config.py&quot;, line 600, in execute_actions<br>    for action in resolveConflicts(self.actions):<br>
  File &quot;D:\PythonFarms\Python263\lib\site-packages\zope.configuration-3.7.2-py2.<br>6.egg\zope\configuration\config.py&quot;, line 1507, in resolveConflicts<br>    raise ConfigurationConflictError(conflicts)<br>zope.configuration.config.ConfigurationConflictError: Conflicting configuration<br>
actions<br>  For: (&#39;adapter&#39;, (&lt;InterfaceClass zope.formlib.interfaces.IAction&gt;,), &lt;Interfa<br>ceClass zope.browserpage.namedtemplate.INamedTemplate&gt;, u&#39;render&#39;)<br>    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope.formlib-4.0.4-py2.6.eg">zope.formlib-4.0.4-py2.6.eg</a><br>
g\zope\formlib\configure.zcml&quot;, line 19.2-19.64<br>        &lt;adapter factory=&quot;.form.render_submit_button&quot; name=&quot;render&quot; /&gt;<br>    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope2-2.12.0-py2.6-win32.eg">zope2-2.12.0-py2.6-win32.eg</a><br>
g\Products\Five\formlib\configure.zcml&quot;, line 6.2-9.8<br>        &lt;adapter<br>            factory=&quot;.form.render_submit_button&quot;<br>            name=&quot;render&quot;<br>            /&gt;<br>  For: (&#39;adapter&#39;, (&lt;class &#39;zope.interface.exceptions.Invalid&#39;&gt;, &lt;InterfaceClass<br>
 zope.publisher.interfaces.browser.IBrowserRequest&gt;), &lt;InterfaceClass zope.forml<br>ib.interfaces.IWidgetInputErrorView&gt;, &#39;&#39;)<br>    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope.formlib-4.0.4-py2.6.eg">zope.formlib-4.0.4-py2.6.eg</a><br>
g\zope\formlib\configure.zcml&quot;, line 22.2-25.8<br>        &lt;adapter<br>            factory=&quot;.errors.InvalidErrorView&quot;<br>            permission=&quot;zope.Public&quot;<br>            /&gt;<br>    File &quot;D:\PythonFarms\Python263\lib\site-packages\<a href="http://zope2-2.12.0-py2.6-win32.eg">zope2-2.12.0-py2.6-win32.eg</a><br>
g\Products\Five\formlib\configure.zcml&quot;, line 12.2-17.8<br>        &lt;adapter<br>            for=&quot;zope.interface.Invalid<br>                 zope.publisher.interfaces.browser.IBrowserRequest&quot;<br>            factory=&quot;.errors.InvalidErrorView&quot;<br>
            permission=&quot;zope.Public&quot;<br>            /&gt;<br><br><br>I took the above steps twice, second time after removing everything and still got the same error. I do not install any additional zope product or python package, just using the zope2 installation.<br>
<br>I will appreciate any hints or ideas on this problem.<br><br>Thank you very much,<br>Dragos<br><br><br>-- <br>Dragos Chirila<br><a href="mailto:objectValues@gmail.com">objectValues@gmail.com</a><br>(+4) 0722 395375<br>
<br>
<div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style>