Re: No module named Charset

"Mr. Udatny" <[email protected]> Wed, 27 Feb 2002 16:10:38 +0100
Newsgroups gmane.comp.web.zope.zmailman
Organization R.Ø.S.A. Creation. Technology. Intelligence.
Message-ID <[email protected]>
--------------020205020100070809010703
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii; format=flowed

Hello.

thanks.

i found that out..... after i looked into the cvs (somewhere here; 
http://sourceforge.net/cvs/?group_id=25568 )
now, i put it together like this;

- i installed the mail Module into python (Python 2.1.2 from Zope 2.5.0) 
which is used to run zope. (as described in Mailman-Install-doc)
- i copied the mailman (2.1, cvs) - Mailman - Directory into the 
lib/python -directory of Zope (as not described anywhere)
- i copied mm_cfg.py.dist to mm_cfg.py (as not described anywhere)
- i installed the ZMailman product ... as its done normally. ;)
 
now i can startup zope without getting any errors.

but as soon i try to use the new actions e.g. "add Mailman Folder", i 
get this Zope error;
(given id was "rrr")

can u help?

ud.
=================

Zope Error
Zope has encountered an error while publishing this resource.

Error Type: AttributeError
Error Value: test

--------------------------------------------------------------------------------

Troubleshooting Suggestions

The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML 
source for this page.

If the error persists please contact the site maintainer. Thank you for 
your patience.
 



Traceback (innermost last):
  File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, 
line 150, in publish_module
  File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, 
line 114, in publish
  File /home/gpweb/apps/stage/zope/lib/python/Zope/__init__.py, line 
158, in zpublisher_exception_hook
  File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, 
line 98, in publish
  File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/mapply.py, line 
88, in mapply
    (Object: manage_addMailmanFolder)
  File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, 
line 39, in call_object
    (Object: manage_addMailmanFolder)
  File 
/home/gpweb/apps/stage/zope/lib/python/Products/ZMailman/MailmanFolder.py, 
line 23, in manage_addMailmanFolder
  File 
/home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/OFS/ObjectManager.py, 
line 238, in _setObject
    (Object: Zope)
  File 
/home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/AccessControl/Owned.py, 
line 214, in manage_fixupOwnershipAfterAdd
    (Object: rrr)
  File 
/home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/AccessControl/Owned.py, 
line 110, in changeOwnership
    (Object: rrr)
  File 
/home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/OFS/ObjectManager.py, 
line 323, in objectValues
    (Object: rrr)
  File 
/home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/OFS/ObjectManager.py, 
line 215, in _getOb
    (Object: rrr)
AttributeError: (see above)




Barry A. Warsaw wrote:

>>>>>>"U" == Udatny  <[email protected]> writes:
>>>>>>
>
>    U> have installed Python 2.2 (with Module mail 1.0)
>
>    U> at "make install" i got following error;
>
>    U> clear. there is no email/Charset.py
>    U> is there a newer mailmodule?
>
>email/Charset.py is new with the email package version 0.97
>(a.k.a. 1.1) which has not yet been released separately.  A tarball is
>in the Mailman cvs though, along with an installation procedure to get
>Mailman to use the new version, even with Python 2.2.
>
>-Barry
>


--------------020205020100070809010703
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset=us-ascii

<html>
<head>
</head>
<body>
Hello. <br>
<br>
thanks.<br>
<br>
i found that out..... after i looked into the cvs (somewhere here; <a class="moz-txt-link-freetext" href="http://sourceforge.net/cvs/?group_id=25568">http://sourceforge.net/cvs/?group_id=25568</a>
)<br>
now, i put it together like this;<br>
<br>
- i installed the mail Module into python (Python 2.1.2 from Zope 2.5.0)
which is used to run zope. (as described in Mailman-Install-doc)<br>
- i copied the mailman (2.1, cvs) - Mailman - Directory into the lib/python
-directory of Zope (as not described anywhere)<br>
- i copied mm_cfg.py.dist to mm_cfg.py (as not described anywhere)<br>
- i installed the ZMailman product ... as its done normally. ;)<br>
&nbsp;<br>
now i can startup zope without getting any errors.<br>
<br>
but as soon i try to use the new actions e.g. "add Mailman Folder", i get
this Zope error;<br>
(given id was "rrr")<br>
<br>
can u help?<br>
<br>
ud.<br>
=================<br>
<br>
Zope Error<br>
Zope has encountered an error while publishing this resource.<br>
<br>
Error Type: AttributeError<br>
Error Value: test<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Troubleshooting Suggestions<br>
<br>
The URL may be incorrect. <br>
The parameters passed to this resource may be incorrect. <br>
A resource that this resource relies on may be encountering an error. <br>
For more detailed information about the error, please refer to the HTML source
for this page. <br>
<br>
If the error persists please contact the site maintainer. Thank you for your
patience. <br>
&nbsp;<br>
<br>
<br>
<br>
Traceback (innermost last):<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, line
150, in publish_module<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, line
114, in publish<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/Zope/__init__.py, line 158,
in zpublisher_exception_hook<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, line
98, in publish<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/mapply.py, line
88, in mapply<br>
&nbsp;&nbsp;&nbsp; (Object: manage_addMailmanFolder)<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/ZPublisher/Publish.py, line
39, in call_object<br>
&nbsp;&nbsp;&nbsp; (Object: manage_addMailmanFolder)<br>
&nbsp; File /home/gpweb/apps/stage/zope/lib/python/Products/ZMailman/MailmanFolder.py,
line 23, in manage_addMailmanFolder<br>
&nbsp; File /home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/OFS/ObjectManager.py,
line 238, in _setObject<br>
&nbsp;&nbsp;&nbsp; (Object: Zope)<br>
&nbsp; File /home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/AccessControl/Owned.py,
line 214, in manage_fixupOwnershipAfterAdd<br>
&nbsp;&nbsp;&nbsp; (Object: rrr)<br>
&nbsp; File /home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/AccessControl/Owned.py,
line 110, in changeOwnership<br>
&nbsp;&nbsp;&nbsp; (Object: rrr)<br>
&nbsp; File /home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/OFS/ObjectManager.py,
line 323, in objectValues<br>
&nbsp;&nbsp;&nbsp; (Object: rrr)<br>
&nbsp; File /home/gpweb/apps/stage/Zope-2.5.0-linux2-x86/lib/python/OFS/ObjectManager.py,
line 215, in _getOb<br>
&nbsp;&nbsp;&nbsp; (Object: rrr)<br>
AttributeError: (see above)<br>
<br>
<br>
<br>
<br>
Barry A. Warsaw wrote:<br>
<blockquote type="cite" cite="mid:[email protected]">
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">"U" == Udatny  <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;[email protected]&gt;</a> writes:<br></pre>
            </blockquote>
            </blockquote>
            </blockquote>
            </blockquote>
            </blockquote>
            <pre wrap=""><!----><br>    U&gt; have installed Python 2.2 (with Module mail 1.0)<br><br>    U&gt; at "make install" i got following error;<br><br>    U&gt; clear. there is no email/Charset.py<br>    U&gt; is there a newer mailmodule?<br><br>email/Charset.py is new with the email package version 0.97<br>(a.k.a. 1.1) which has not yet been released separately.  A tarball is<br>in the Mailman cvs though, along with an installation procedure to get<br>Mailman to use the new version, even with Python 2.2.<br><br>-Barry<br></pre>
            </blockquote>
            <br>
            </body>
            </html>

--------------020205020100070809010703--