I've seen the same issue in Mac OS X with namespace packages that are more than one level deep. 'zope.server' works fine, 'zope.app.server' (or any other 'zope.app.*') blows up. Works fine with distribute 0.6.16, blows up with 0.6.17.
On Tue, May 31, 2011 at 4:04 AM, Tarek Ziadé <[email protected]> wrote: > On Tue, May 31, 2011 at 11:50 AM, Maurits van Rees > <[email protected]> wrote: > ... >> ImportError: cannot import name utils >> >> When I go in with a pdb in this utils.py everything seems fine but then the >> import error just happens a bit further on, failing to import >> plone.app.layout. On Plone 4 an import of Shared.DC.ZRDB.Search fails. >> Again, with distribute 0.6.16 it works fine. >> >> This is on Mac OS X. Possibly I have strange ways of installing python, but >> it has worked fine so far. Can anyone else reproduce this? > > Could you dump and compare sys.path in both cases ? thanks -- Jeff Shell _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
