[Zope] Compiling on Mac OS X
Steve Spicklemire
steve@spvi.com
Tue, 27 Mar 2001 14:54:24 -0500 (EST)
Hi Gregg,
Hmm.. somehow your 'pythonpath' seems to be out of whack. I've built/run
Zope on the public beta with no problem... I should get the release
version soon.. when I do I'll ship you details..
what does:
find /usr/local/zope/2-3-0 -name "ExtensionClass*" -ls
produce?
-steve
>>>>> "Gregg" == Gregg Hartling <hartling@earthlink.net> writes:
Gregg> I've rewritten this email three times now, finally deciding
Gregg> on bullet points, because we're all so busy :-)
Gregg> - I'm trying to compile Python 2.0 & Zope 2.3.0 on Mac OS X
Gregg> - Using instructions from
Gregg> http://www.zope.org/Members/jshell/ZopeOnOSX - Today's
Gregg> update to the document got Python installed
Gregg> correctly. Yeah! - Zope compiles and installs, gives me
Gregg> the admin password. Yeah! - I type ./start, but get this:
Gregg> <snip> Traceback (most recent call last): File
Gregg> "/usr/local/zope/2-3-0/z2.py", line 565, in ? exec "import
Gregg> "+MODULE in {} File "<string>", line 1, in ? File
Gregg> "/usr/local/zope/2-3-0/lib/python/Zope/__init__.py", line
Gregg> 94, in ? import ZODB, ZODB.ZApplication, imp File
Gregg> "/usr/local/zope/2-3-0/lib/python/ZODB/__init__.py", line
Gregg> 85, in ? import sys, ExtensionClass, TimeStamp,
Gregg> cPersistence, Persistence ImportError: No module named
Gregg> ExtensionClass </snip>
Gregg> - Disclaimer: I'm a newbie - I'm guessing I don't have the
Gregg> ExtensionClass Python module? - It's "Not Found" at
Gregg> http://www.digicool.com/releases/ExtensionClass/ - Has
Gregg> anyone gotten Zope to start on Mac OS X? Does anyone know
Gregg> where to get the ExtensionClass module?
Gregg> Any help would be much appreciated!
Gregg> Gregg Hartling hartling@earthlink.net
Gregg> _______________________________________________ Zope
Gregg> maillist - Zope@zope.org
Gregg> http://lists.zope.org/mailman/listinfo/zope ** No cross
Gregg> posts or HTML encoding! ** (Related lists -
Gregg> http://lists.zope.org/mailman/listinfo/zope-announce
Gregg> http://lists.zope.org/mailman/listinfo/zope-dev )