Re: [Zope] BaseRequest error

2007-02-09 Thread Dieter Maurer
Fabio Marcone wrote at 2007-2-9 14:12 +0100:
>When I try to import Function from ZPublisher.Client, I got this error:
>No module named event.
>
>error comes from:
>   zope.event import notify

Maybe, you work under Windows and you have had an earlier
Zope installation.

In this case, your directories may still contain "Zope" (now renamed
to "Zope2") and this clashes with "zope" (containing Zope3 staff,
such as "event").

Try again with a clean installation.



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] BaseRequest error

2007-02-09 Thread Andreas Jung



--On 9. Februar 2007 14:12:01 +0100 Fabio Marcone <[EMAIL PROTECTED]> 
wrote:



Hi!
When I try to import Function from ZPublisher.Client, I got this error:
No module named event.

error comes from:
zope.event import notify

can you help me?


Only if you provide the full traceback.

from ZPublisher.Client import Function

works for me in Zope 2.10




I use Funtion in zope 2.6 without problems.



And using with version right now? Please give us a
*detailed* description.

Andreas

pgpPOo6jJ0m4z.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )