[Zope3-Users] zope.app.container importing problem

2009-09-14 Thread wsh
Hi, all When I'm testing a package, some code is broken and I get the error message "AttributeError: 'module' object has no attribute 'interfaces'". After I checked the code I found that there are some code in the __init__.py like following: >>> from zope.app import container When it try to

[Zope3-Users] z3ext 1.0.0 released

2009-09-14 Thread Nikolay Kim
The Z3ext Team has release z3ext 1.0.0 of a Zope3 based CMS/CMF system. Project - http://z3ext.net/ Announce - http://z3ext.net/news/z3ext-1_0_0-released/ Source code - http://sourceforge.net/projects/z3ext/ Discussion forum - http://z3ext.net/forums/ Build z3ext homesite locally ---

Re: [Zope3-Users] zope.app.container importing problem

2009-09-14 Thread Dan Korostelev
2009/9/14 wsh > Hi, all > > When I'm testing a package, some code is broken and I get the error > message "AttributeError: 'module' object has no attribute > 'interfaces'". > > After I checked the code I found that there are some code in the > __init__.py like following: > > >>> from zope.app i