Install MAilBoxer and Listen

3 messages Options
Embed this post
Permalink
little spider () Install MAilBoxer and Listen
Reply Threaded More More options
Print post
Permalink
Hi people,
I can't find documentation about the installation of Mailboxer and Listen on Windows.
I use Plone 3.3.1 on windows, I'm trying to install Listen but I don't find documentation so I'm trying the known way:
1. I save MailBoxer folder in Products folder
2. Then I save Listen folder in Products folder too

When I restart Zope I see in the log file this:
------
2009-09-30T09:57:22 ERROR Application Couldn't install listen
Traceback (most recent call last):
  File "c:\programmi\plone\zope2\lib\python\OFS\Application.py", line 758, in install_product
    global_dict, global_dict, silly)
  File "C:\Programmi\Plone\products\listen\__init__.py", line 8, in ?
    import content
  File "C:\Programmi\Plone\products\listen\content\__init__.py", line 1, in ?
    from mailinglist import MailingList, addMailingList
  File "C:\Programmi\Plone\products\listen\content\mailinglist.py", line 17, in ?
    from mailboxer_list import MailBoxerMailingList
  File "C:\Programmi\Plone\products\listen\content\mailboxer_list.py", line 5, in ?
    from Products.MailBoxer.MailBoxer import FALSE
ImportError: No module named MailBoxer.MailBoxer
------

Somebody can help me?
Thanks
ajung () Re: Install MAilBoxer and Listen
Reply Threaded More More options
Print post
Permalink
Am 30.09.09 10:33, schrieb little spider:
> Hi people,
> I can't find documentation about the installation of Mailboxer and Listen on
> Windows.
> I use Plone 3.3.1 on windows, I'm trying to install Listen but I don't find
> documentation so I'm trying the known way:
> 1. I save MailBoxer folder in Products folder
> 2

Please use the right mailinglist (plone-users).

-aj

[lists.vcf]

begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:[hidden email]
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard



_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
Rob Miller () Re: Install MAilBoxer and Listen
Reply Threaded More More options
Print post
Permalink
In reply to this post by little spider
as andreas says, either plone-users or listen-dev
(http://www.coactivate.org/projects/listen/lists/listen-dev) would be the best
place for this question.

as a starting point, however, i'd suggest you take a look at the following
buildout:

http://dev.plone.org/collective/browser/Products.listen/buildouts/p3.1-remember

this will build a working Plone 3.1 system w/ Listen, Membrane, and Remember.
  you may not want Membrane and Remember, and i know you want a newer Plone
version, but i'd still say this buildout is a good place to start, you could
modify it to suit your needs.

-r


little spider wrote:

> Hi people,
> I can't find documentation about the installation of Mailboxer and Listen on
> Windows.
> I use Plone 3.3.1 on windows, I'm trying to install Listen but I don't find
> documentation so I'm trying the known way:
> 1. I save MailBoxer folder in Products folder
> 2. Then I save Listen folder in Products folder too
>
> When I restart Zope I see in the log file this:
> ------
> 2009-09-30T09:57:22 ERROR Application Couldn't install listen
> Traceback (most recent call last):
>   File "c:\programmi\plone\zope2\lib\python\OFS\Application.py", line 758,
> in install_product
>     global_dict, global_dict, silly)
>   File "C:\Programmi\Plone\products\listen\__init__.py", line 8, in ?
>     import content
>   File "C:\Programmi\Plone\products\listen\content\__init__.py", line 1, in
> ?
>     from mailinglist import MailingList, addMailingList
>   File "C:\Programmi\Plone\products\listen\content\mailinglist.py", line 17,
> in ?
>     from mailboxer_list import MailBoxerMailingList
>   File "C:\Programmi\Plone\products\listen\content\mailboxer_list.py", line
> 5, in ?
>     from Products.MailBoxer.MailBoxer import FALSE
> ImportError: No module named MailBoxer.MailBoxer
> ------
>
> Somebody can help me?
> Thanks


_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers