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? I use Funtion in zope 2.6 without problems. Thanks in advance, Fabio -- Dott. Fabio Marcone 2T srl Telefono +39 - 0871- 540154 Fax +39 - 0871- 571594 Email fabio.marcone(AT)duet.it Indirizzo Viale B. Croce 573 66013 Chieti Scalo (CH) GNU/Linux registered user #400424
--On 9. Februar 2007 14:12:01 +0100 Fabio Marcone <fabio.marcone@duet.it> 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
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
participants (3)
-
Andreas Jung -
Dieter Maurer -
Fabio Marcone