<HTML><BODY>
<div><FONT size=2>

<div>Maciej Wisniowski recently responded something to the effect of that I should take a look at my PYTHONPATH and gave me the address for subscribing to Plone.</div>


<div>Thank you. I subscribed and posted to Plone, but after a day have received no response :(</div>


<div>I looked at my PYTHONPATH, as per your suggestion, but it seemed to be in order. Furthermore, if it were not correct, how could I pull up Zope in any case? I can launch Zope, I just have a problem with the below-mentioned product installation (and maybe others after it).</div>


<div>TIA,</div>


<div>Tony</div>
</FONT><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>


<div id=AOLMsgPart_2_8d924ff2-1dda-4100-b029-909ba8699300>

<div>Hi:</div>


<div>This really should go to the Plone list, but seeing as how I can't hit their site from either of my browsers, how can I subscribe to the list? I couldn't download Plone, either, so I just built it from tarballs from an earlier installation, tarballing all the products associated with it (Plone 2.1.4, I think). Then I loaded them up in Zope 2.7.8<SPAN style="DISPLAY: inline-block"></SPAN>&nbsp;and got this error:</div>


<div>&nbsp;</div>


<div>Traceback (most recent call last):<br>
&nbsp; File "/usr/local/www/zope/278/lib/python/OFS/Application.py", line 673, in import_product<br>
&nbsp; File "/usr/local/zope/instance1/Products/ATContentTypes/__init__.py", line 54, in ?<br>
&nbsp;&nbsp;&nbsp; import Products.ATContentTypes.content<br>
&nbsp; File "/usr/local/zope/instance1/Products/ATContentTypes/content/__init__.py", line 34, in ?<br>
&nbsp;&nbsp;&nbsp; import Products.ATContentTypes.content.topic<br>
&nbsp; File "/usr/local/zope/instance1/Products/ATContentTypes/content/topic.py", line 33, in ?<br>
&nbsp;&nbsp;&nbsp; from Products.CMFPlone.CatalogTool import CatalogTool<br>
&nbsp; File "/usr/local/zope/instance1/Products/CMFPlone/CatalogTool.py", line 27, in ?<br>
&nbsp;&nbsp;&nbsp; from Products.CMFPlone.utils import base_hasattr<br>
ImportError: cannot import name base_hasattr<br>
Traceback (most recent call last):<br>
&nbsp; File "/usr/local/zope/278/lib/python/Zope/Startup/run.py", line 50, in ?<br>
&nbsp;&nbsp;&nbsp; run()<br>
&nbsp; File "/usr/local/zope/278/lib/python/Zope/Startup/run.py", line 19, in run<br>
&nbsp;&nbsp;&nbsp; start_zope(opts.configroot)<br>
&nbsp; File "/usr/local/zope/278/lib/python/Zope/Startup/__init__.py", line 52, in start_zope<br>
&nbsp;&nbsp;&nbsp; starter.startZope()<br>
&nbsp; File "/usr/local/zope/278/lib/python/Zope/Startup/__init__.py", line 231, in startZope<br>
&nbsp;&nbsp;&nbsp; Zope.startup()<br>
&nbsp; File "/usr/local/zope/278/lib/python/Zope/Startup/__init__.py", line 47, in startup<br>
&nbsp;&nbsp;&nbsp; # drop privileges after setting up servers<br>
&nbsp; File "/usr/local/www/zope/278/lib/python/Zope/App/startup.py", line 45, in startup<br>
&nbsp; File "/usr/local/www/zope/278/lib/python/OFS/Application.py", line 650, in import_products<br>
&nbsp; File "/usr/local/www/zope/278/lib/python/OFS/Application.py", line 673, in import_product<br>
&nbsp; File "/usr/local/zope/instance1/Products/ATContentTypes/__init__.py", line 54, in ?<br>
&nbsp;&nbsp;&nbsp; import Products.ATContentTypes.content<br>
&nbsp; File "/usr/local/zope/instance1/Products/ATContentTypes/content/__init__.py", line 34, in ?<br>
&nbsp;&nbsp;&nbsp; import Products.ATContentTypes.content.topic<br>
&nbsp; File "/usr/local/zope/instance1/Products/ATContentTypes/content/topic.py", line 33, in ?<br>
&nbsp;&nbsp;&nbsp; from Products.CMFPlone.CatalogTool import CatalogTool<br>
&nbsp; File "/usr/local/zope/instance1/Products/CMFPlone/CatalogTool.py", line 27, in ?<br>
&nbsp;&nbsp;&nbsp; from Products.CMFPlone.utils import base_hasattr<br>
ImportError: cannot import name base_hasattr<br>
</div>


<div>CMFPlone/utils.py has a class named base_hasattr, so what's the problem? Perhaps I need to delete all the *.pyc files from the other server from which I copied all these products? (Lot of work, avoiding that since I'm not sure it's necessary, and there aren't any in CMFPlone anyway.)</div>


<div>TIA,</div>


<div>Tony</div>


<div class=AOLPromoFooter>
<HR style="MARGIN-TOP: 10px">
<A href="http://pr.atwola.com/promoclk/1615326657x4311227241x4298082137/aol?redir=http%3A%2F%2Fwww%2Eaol%2Ecom%2Fnewaol" target=_blank><B>Check out the new AOL</B></A>. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.<br>
</div>
</div>
<!-- end of AOLMsgPart_2_8d924ff2-1dda-4100-b029-909ba8699300 --></BODY></HTML>