<HTML><BODY>
<div>You might not believe this, but sometimes software goes haywire. Before you jump down my throat, realize that unavoidable accidents<SPAN contentEditable=false style="DISPLAY: inline-block"></SPAN>&nbsp;sometimes do happen. And this is the only time it's happened with me on this list, thank you very much.</div>


<div>Tony</div>


<div>&nbsp;</div>
&nbsp;<br>
-----Original Message-----<br>
From: lists@zopyx.com<br>
To: tonylabarbara@aol.com<br>
Sent: Sat, 17 Mar 2007 5:12 PM<br>
Subject: Re: [Zope] Cannot Import Base has_attr...Again!<br>
<br>

<STYLE>
.AOLPlainTextBody {
    margin: 0px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px; 
    color: #000; 
    background-color: #fff; 
}

.AOLPlainTextBody pre {
    font-size: 9pt;
}

.AOLInlineAttachment {
    margin: 10px;
}

.AOLAttachmentHeader {
    font: 11px arial;
    border: 1px solid #7DA8D4;
    background: #F9F9F9;
}

.AOLAttachmentHeader .Title {
    font: 11px arial;
    background: #B5DDFA;
    padding: 3px 3px 3px 3px;
}

.AOLAttachmentHeader .FieldLabel {
    font: 11px arial; 
    color: #000000;
    padding: 1px 10px 1px 9px;
    background: #F9F9F9;
}

.AOLAttachmentHeader .FieldValue {
    font: 11px arial; 
    color: #000000;
    background: #F9F9F9;
}

.AOLAttachmentHeader a, .AOLImage a {
    color: #2864B4;
    text-decoration: none;
}

.AOLAttachmentHeader a:hover, .AOLImage a:hover {
    color: #2864B4;
    text-decoration: underline;
}

.AOLWebSuiteCompose .AOLPicturesFullSizeLink,
.AOLWebSuite .AOLPicturesFullSizeLink {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

body {
    background-color: white;
    font-family: "Verdana";
    font-size: 10pt;
    border: 0px;
}

.AOLWebSuiteCompose p {
    margin: 0px;
    padding: 0px;
}

img.managedImg {
    width: 0px;
    height: 0px;
}

img.placeholder {
    width: 275px;
    height: 206px;
    background: #F4F4F4 center center no-repeat;
    border: 1px solid #DADAD6 !important;  
}

</STYLE>


<div class=AOLPlainTextBody id=AOLMsgPart_1_ff0b3423-faf1-4a7b-a2c7-93be818897d9>Would you please be so kind AND STOP FLOODING THE LIST&nbsp;<br>
with posting the same issue THREE TIMES WITHIN SOME MINUTES?&nbsp;<br>
&nbsp;<br>
If you want help then consider accepting the common rules&nbsp;<br>
for using a mailing list and don't behave like an idiot.&nbsp;<br>
&nbsp;<br>
Read this:&nbsp;<br>
&nbsp;<br>
&lt;<A href="http://opensource.zopyx.com/helpcenter/misc/writing-smart-and-reasonable-postings-or-how-to-use-a-mailinglist/" target=_blank>http://opensource.zopyx.com/helpcenter/misc/writing-smart-and-reasonable-postings-or-how-to-use-a-mailinglist/</A>&gt;&nbsp;<br>
&nbsp;<br>
-aj&nbsp;<br>
&nbsp;<br>
--On 17. März 2007 15:16:31 -0400 <A href='javascript:parent.ComposeTo("tonylabarbara%40aol.com", "");'>tonylabarbara@aol.com</A> wrote:&nbsp;<br>
&nbsp;<br>
&gt; Hi;&nbsp;<br>
&gt; I had this problem on another server I recently built...and it went away&nbsp;<br>
&gt; all by itself! I'm now rebuilding my home server, and it's cropped up&nbsp;<br>
&gt; again. Last time, Maciej Wisniowski suggested I go to a zopectl prompt&nbsp;<br>
&gt; and type in "import Products.CMFPlone", but apparently that doesn't work&nbsp;<br>
&gt; on Zope 2.7.8/Plone 2.1.4. Here is the traceback. Please advise. TIA,&nbsp;<br>
&gt; Tony&nbsp;<br>
&gt;&nbsp;<br>
&gt; 2007-03-17T14:51:12 ERROR(200) Zope Could not import&nbsp;<br>
&gt; Products.ATContentTypes Traceback (most recent call last):&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/OFS/Application.py", line 673, in&nbsp;<br>
&gt; import_product product=__import__(pname, global_dict, global_dict,&nbsp;<br>
&gt; silly)&nbsp;<br>
&gt; File "/usr/local/zope/instance1/Products/ATContentTypes/__init__.py",&nbsp;<br>
&gt; line 54, in ? import Products.ATContentTypes.content&nbsp;<br>
&gt; File&nbsp;<br>
&gt; "/usr/local/zope/instance1/Products/ATContentTypes/content/__init__.py",&nbsp;<br>
&gt; line 34, in ? import Products.ATContentTypes.content.topic&nbsp;<br>
&gt; File&nbsp;<br>
&gt; "/usr/local/zope/instance1/Products/ATContentTypes/content/topic.py",&nbsp;<br>
&gt; line 33, in ? from Products.CMFPlone.CatalogTool import CatalogTool&nbsp;<br>
&gt; File "/usr/local/zope/instance1/Products/CMFPlone/CatalogTool.py", line&nbsp;<br>
&gt; 27, in ? from Products.CMFPlone.utils import base_hasattr&nbsp;<br>
&gt; ImportError: cannot import name base_hasattr&nbsp;<br>
&gt; Traceback (most recent call last):&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/Zope/Startup/run.py", line 50, in ?&nbsp;<br>
&gt; run()&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/Zope/Startup/run.py", line 19, in&nbsp;<br>
&gt; run start_zope(opts.configroot)&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/Zope/Startup/__init__.py", line&nbsp;<br>
&gt; 52, in start_zope starter.startZope()&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/Zope/Startup/__init__.py", line&nbsp;<br>
&gt; 231, in startZope Zope.startup()&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/Zope/__init__.py", line 47, in&nbsp;<br>
&gt; startup _startup()&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/Zope/App/startup.py", line 45, in&nbsp;<br>
&gt; startup OFS.Application.import_products()&nbsp;<br>
&gt; File "/usr/local/zope/278/lib/python/OFS/Application.py", line 650, in&nbsp;<br>
&gt; import_products import_product(product_dir, product_name,&nbsp;<br>
&gt; raise_exc=debug_mode) File&nbsp;<br>
&gt; "/usr/local/zope/278/lib/python/OFS/Application.py", line 673, in&nbsp;<br>
&gt; import_product product=__import__(pname, global_dict, global_dict,&nbsp;<br>
&gt; silly)&nbsp;<br>
&gt; File "/usr/local/zope/instance1/Products/ATContentTypes/__init__.py",&nbsp;<br>
&gt; line 54, in ? import Products.ATContentTypes.content&nbsp;<br>
&gt; File&nbsp;<br>
&gt; "/usr/local/zope/instance1/Products/ATContentTypes/content/__init__.py",&nbsp;<br>
&gt; line 34, in ? import Products.ATContentTypes.content.topic&nbsp;<br>
&gt; File&nbsp;<br>
&gt; "/usr/local/zope/instance1/Products/ATContentTypes/content/topic.py",&nbsp;<br>
&gt; line 33, in ? from Products.CMFPlone.CatalogTool import CatalogTool&nbsp;<br>
&gt; File "/usr/local/zope/instance1/Products/CMFPlone/CatalogTool.py", line&nbsp;<br>
&gt; 27, in ? from Products.CMFPlone.utils import base_hasattr&nbsp;<br>
&gt; ImportError: cannot import name base_hasattr&nbsp;<br>
&gt; ________________________________________________________________________&nbsp;<br>
&gt; AOL now offers free email to everyone. Find out more about what's free&nbsp;<br>
&gt; from AOL at AOL.com.&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
-- ZOPYX Ltd. &amp; Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany&nbsp;<br>
Web: <A href="http://www.zopyx.com/" target=_blank>www.zopyx.com</A> - Email: <A href='javascript:parent.ComposeTo("info%40zopyx.com", "");'>info@zopyx.com</A> - Phone +49 - 7071 - 793376&nbsp;<br>
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535&nbsp;<br>
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK&nbsp;<br>
------------------------------------------------------------------------&nbsp;<br>
E-Publishing, Python, Zope &amp; Plone development, Consulting&nbsp;<br>
</div>
<!-- end of AOLMsgPart_1_ff0b3423-faf1-4a7b-a2c7-93be818897d9 -->
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone.  Find out more about what's free from AOL at <a href="http://pr.atwola.com/promoclk/1615326657x4311227241x4298082137/aol?redir=http://www.aol.com" target="_blank"><b>AOL.com</b></a>.<br />
</div>

</BODY></HTML>