Hi all,<br><br>I am trying to run Zope using cygwin and Windows XP. I started by downloading the Python 2.4.6 sources and compiling it with:<br><br>./configure<br>make &amp;&amp; make install<br><br>After that I downloaded the Zope-2.11.2-final sources and compiled it with:<br>
<br>./configure --with-python=/usr/local/bin/python<br>make &amp;&amp; make install<br><br>The compilation went smoothly so I created a instance and started the server with the runzope script. The script returned this error:<br>
<br>$ ./runzope<br>Traceback (most recent call last):<br>  File &quot;/opt/Zope-2.11/lib/python/Zope2/Startup/run.py&quot;, line 56, in ?<br>    run()<br>  File &quot;/opt/Zope-2.11/lib/python/Zope2/Startup/run.py&quot;, line 21, in run<br>
    starter.prepare()<br>  File &quot;/opt/Zope-2.11/lib/python/Zope2/Startup/__init__.py&quot;, line 109, in prepare<br>    self.startZope()<br>  File &quot;/opt/Zope-2.11/lib/python/Zope2/Startup/__init__.py&quot;, line 300, in startZope<br>
    Zope2.startup()<br>  File &quot;/opt/Zope-2.11/lib/python/Zope2/__init__.py&quot;, line 47, in startup<br>    _startup()<br>  File &quot;/opt/Zope-2.11/lib/python/Zope2/App/startup.py&quot;, line 105, in startup<br>    Globals.VersionNameName)<br>
  File &quot;/opt/Zope-2.11/lib/python/App/ZApplication.py&quot;, line 32, in __init__<br>    if not root.has_key(name):<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/Connection.py&quot;, line 811, in setstate<br>    self._setstate(obj)<br>
  File &quot;/opt/Zope-2.11/lib/python/ZODB/Connection.py&quot;, line 870, in _setstate<br>    self._reader.setGhostState(obj, p)<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/serialize.py&quot;, line 604, in setGhostState<br>
    state = self.getState(pickle)<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/serialize.py&quot;, line 597, in getState<br>    return unpickler.load()<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/serialize.py&quot;, line 471, in _persistent_load<br>
    return self.load_oid(reference)<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/serialize.py&quot;, line 537, in load_oid<br>    return self._conn.get(oid)<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/Connection.py&quot;, line 245, in get<br>
    obj = self._reader.getGhost(p)<br>  File &quot;/opt/Zope-2.11/lib/python/ZODB/serialize.py&quot;, line 591, in getGhost<br>    return klass.__new__(klass, *args)<br>TypeError: Acquirer.__new__(Application) is not safe, use Persistence.Persistent.__new__()<br>
<br>Am I doing something wrong? Does anyone knows if it&#39;s possible to compile Zope with Cygwin?<br><br>Thanks,<br>Cesar Canassa<br>