cannot create an external method with zope-2.9.0
when I try to create an external method under 2.9.0 this fails with This is an install method in the Extension directory of the product WAeUP. The product is not broken, and this works under Zope-2.8.2. Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Products.ExternalMethod.ExternalMethod, line 59, in manage_addExternalMethod Module Products.ExternalMethod.ExternalMethod, line 111, in __init__ Module Products.ExternalMethod.ExternalMethod, line 134, in manage_edit Module Products.ExternalMethod.ExternalMethod, line 141, in getFunction Module App.Extensions, line 120, in getObject NotFound: The specified module, <em>WAeUP.install</em>, couldn't be found. -- Mit freundlichen Grüßen Joachim Schmitz ...................................................................... AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851 Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
Hi, I have no problems creating external methods in Zope 2.9.0. Can you please confirm that your extensions directory is named "Extensions" and not "Extension"? Regards, Patrick. On 1/11/06, Joachim Schmitz <js@aixtraware.de> wrote:
when I try to create an external method under 2.9.0 this fails with This is an install method in the Extension directory of the product WAeUP. The product is not broken, and this works under Zope-2.8.2.
Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Products.ExternalMethod.ExternalMethod, line 59, in manage_addExternalMethod Module Products.ExternalMethod.ExternalMethod, line 111, in __init__ Module Products.ExternalMethod.ExternalMethod, line 134, in manage_edit Module Products.ExternalMethod.ExternalMethod, line 141, in getFunction Module App.Extensions, line 120, in getObject NotFound: The specified module, <em>WAeUP.install</em>, couldn't be found.
-- Mit freundlichen Grüßen Joachim Schmitz ...................................................................... AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851 Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
_______________________________________________ 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 )
Patrick Decat wrote:
Hi,
I have no problems creating external methods in Zope 2.9.0.
Can you please confirm that your extensions directory is named "Extensions" and not "Extension"?
Yes it is called Extensions, but is in the Product. As I said, the same works with the same Product on the same machine under Zope-2.8.2.
Regards, Patrick.
On 1/11/06, Joachim Schmitz <js@aixtraware.de> wrote:
when I try to create an external method under 2.9.0 this fails with This is an install method in the Extension directory of the product WAeUP. The product is not broken, and this works under Zope-2.8.2.
Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Products.ExternalMethod.ExternalMethod, line 59, in manage_addExternalMethod Module Products.ExternalMethod.ExternalMethod, line 111, in __init__ Module Products.ExternalMethod.ExternalMethod, line 134, in manage_edit Module Products.ExternalMethod.ExternalMethod, line 141, in getFunction Module App.Extensions, line 120, in getObject NotFound: The specified module, <em>WAeUP.install</em>, couldn't be found.
-- Mit freundlichen Grüßen Joachim Schmitz ...................................................................... AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851 Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
_______________________________________________ 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 )
-- Mit freundlichen Grüßen Joachim Schmitz ...................................................................... AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851 Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
On 1/11/06, joachim <js@aixtraware.de> wrote:
Yes it is called Extensions, but is in the Product. As I said, the same works with the same Product on the same machine under Zope-2.8.2.
Like you, I put my extensions in my product rather than in the global Extensions directory. Can't see what going on with yours, sorry. Regards, Patrick.
On 1/11/06, Patrick Decat <pdecat@gmail.com> wrote:
Can't see what going on with yours, sorry.
Perhaps the external method or the Product itself no longer works on Zope 2.9.0 due to some dependency problem. Did you test a simple "hello world" style EM on an otherwise empty Product? -- Martijn Pieters
I found the problem: it was a typo !! during checkout of the Product I made a typo and named the Product-directory WAeUp instead WAeUP :-(((((((. Sorry for the noise. Patrick Decat schrieb:
On 1/11/06, joachim <js@aixtraware.de> wrote:
Yes it is called Extensions, but is in the Product. As I said, the same works with the same Product on the same machine under Zope-2.8.2.
Like you, I put my extensions in my product rather than in the global Extensions directory.
Can't see what going on with yours, sorry.
Regards, Patrick.
participants (4)
-
joachim -
Joachim Schmitz -
Martijn Pieters -
Patrick Decat