Hello. I just installed Zope 2.7.0 on Mac OS X Tiger and I running it with MacPython 2.3.3. I installed Zope in /usr/local. Now, when I try to execute './runzope' or './zopectl start', I receive the following error: Fatal Python error: PyThreadState_Get: no current thread Has anyone experienced this before? If so, could you please tell me why this error is being thrown? Thank you. - Asad
--On 29. November 2005 10:43:23 -0500 Asad Habib <ahabib@engin.umich.edu> wrote:
Hello. I just installed Zope 2.7.0 on Mac OS X Tiger and I running it with MacPython 2.3.3. I installed Zope in /usr/local. Now, when I try to execute './runzope' or './zopectl start', I receive the following error:
Zope 2.7.0? This version is *very* ancient. Try a recent version (2.8.4) and possibly use a Python version compiled from the Python sources directly. -aj
Thanks for your input. So, I went ahead and installed Zope 2.8.4 and the configuration script used Python 2.3.5 which comes installed with Mac OS X Tiger. Now, when I try to execute ./runzope, I get the following error: File "/usr/local/lib/python/persistent/interfaces.py", line 19, in ? from zope.interface import Interface ImportError: No module named zope.interface Why is this module missing? - Asad On Tue, 29 Nov 2005, Andreas Jung wrote:
--On 29. November 2005 10:43:23 -0500 Asad Habib <ahabib@engin.umich.edu> wrote:
Hello. I just installed Zope 2.7.0 on Mac OS X Tiger and I running it with MacPython 2.3.3. I installed Zope in /usr/local. Now, when I try to execute './runzope' or './zopectl start', I receive the following error:
Zope 2.7.0? This version is *very* ancient. Try a recent version (2.8.4) and possibly use a Python version compiled from the Python sources directly.
-aj
--On 29. November 2005 11:35:07 -0500 Asad Habib <ahabib@engin.umich.edu> wrote:
Thanks for your input. So, I went ahead and installed Zope 2.8.4 and the configuration script used Python 2.3.5 which comes installed with Mac OS X Tiger. Now, when I try to execute ./runzope, I get the following error:
File "/usr/local/lib/python/persistent/interfaces.py", line 19, in ? from zope.interface import Interface ImportError: No module named zope.interface
Why is this module missing?
Works fine for me. Did you install Zope *properly* from the sources? -aj
Asad Habib wrote at 2005-11-29 11:35 -0500:
Thanks for your input. So, I went ahead and installed Zope 2.8.4 and the configuration script used Python 2.3.5 which comes installed with Mac OS X Tiger. Now, when I try to execute ./runzope, I get the following error:
File "/usr/local/lib/python/persistent/interfaces.py", line 19, in ? from zope.interface import Interface ImportError: No module named zope.interface
Why is this module missing?
Looks like something went wrong with your Zope 2.8.4 installation. "zope.interface" is the Zope 3 (part of Zope since Zope 2.8.x) interface module. It is there in a correct installation. Did you "configure; make; make [install|inplace]" correctly? Do you start Zope in a correct instance (create with "mkzopeinstance")? -- Dieter
participants (3)
-
Andreas Jung -
Asad Habib -
Dieter Maurer