It looks like the Python at /Applications/Plone4/Python2.6 is thoroughly trashed. I'd copy any valuable data out of install, delete the whole mess, and start over.
On Wed, Jun 30, 2010 at 7:20 AM, Finlay Boo <[email protected]> wrote: > > I'm trying to install Plone 4b4 on my Mac OSX 10.6 using the installer but > I > receive the following traceback when trying run buildout and/ or start the > instance: > > > /Applications/Plone4/buildout-cache/eggs/distribute-0.6.12-py2.6.egg/pkg_resources.py:16: > RuntimeWarning: Python C API version mismatch for module time: This Python > has API version 1013, module time has version 1012. > import sys, os, zipimport, time, re, imp, types > /Applications/Plone4/Python-2.6/lib/python2.6/string.py:528: > RuntimeWarning: > Python C API version mismatch for module strop: This Python has API version > 1013, module strop has version 1012. > from strop import maketrans, lowercase, uppercase, whitespace > /Applications/Plone4/Python-2.6/lib/python2.6/plistlib.py:61: > RuntimeWarning: Python C API version mismatch for module binascii: This > Python has API version 1013, module binascii has version 1012. > import binascii > /Applications/Plone4/Python-2.6/lib/python2.6/plistlib.py:62: > RuntimeWarning: Python C API version mismatch for module datetime: This > Python has API version 1013, module datetime has version 1012. > import datetime > /Applications/Plone4/Python-2.6/lib/python2.6/plistlib.py:63: > RuntimeWarning: Python C API version mismatch for module cStringIO: This > Python has API version 1013, module cStringIO has version 1012. > from cStringIO import StringIO > /Applications/Plone4/Python-2.6/lib/python2.6/xml/parsers/expat.py:4: > RuntimeWarning: Python C API version mismatch for module pyexpat: This > Python has API version 1013, module pyexpat has version 1012. > from pyexpat import * > /Applications/Plone4/Python-2.6/lib/python2.6/modulefinder.py:11: > RuntimeWarning: Python C API version mismatch for module struct: This > Python > has API version 1013, module struct has version 1012. > import struct > /Applications/Plone4/Python-2.6/lib/python2.6/inspect.py:41: > RuntimeWarning: > Python C API version mismatch for module operator: This Python has API > version 1013, module operator has version 1012. > from operator import attrgetter > /Applications/Plone4/Python-2.6/lib/python2.6/inspect.py:42: > RuntimeWarning: > Python C API version mismatch for module collections: This Python has API > version 1013, module collections has version 1012. > from collections import namedtuple > Traceback (most recent call last): > File "bin/buildout", line 9, in <module> > import zc.buildout.buildout > File > > "/Applications/Plone4/buildout-cache/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", > line 17, in <module> > from rmtree import rmtree > File > > "/Applications/Plone4/buildout-cache/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/rmtree.py", > line 18, in <module> > import doctest > File "/Applications/Plone4/Python-2.6/lib/python2.6/doctest.py", line 98, > in <module> > import sys, traceback, inspect, linecache, os, re > File "/Applications/Plone4/Python-2.6/lib/python2.6/inspect.py", line 42, > in <module> > from collections import namedtuple > ImportError: cannot import name namedtuple > > > Has anyone had this issue before? > > -- > View this message in context: > http://plone.293351.n2.nabble.com/Installing-Plone-4-b4-on-Mac-OSX-tp5237784p5237784.html > Sent from the Installation, Setup, Upgrades mailing list archive at > Nabble.com. > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup >
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
