Re: [Zope] cannot create an external method with zope-2.9.0

2006-01-12 Thread Joachim Schmitz

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 <[EMAIL PROTECTED]> 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.


___
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] cannot create an external method with zope-2.9.0

2006-01-11 Thread Martijn Pieters
On 1/11/06, Patrick Decat <[EMAIL PROTECTED]> 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
___
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] cannot create an external method with zope-2.9.0

2006-01-11 Thread Patrick Decat
On 1/11/06, joachim <[EMAIL PROTECTED]> 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.
___
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] cannot create an external method with zope-2.9.0

2006-01-11 Thread joachim
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 <[EMAIL PROTECTED]> 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, WAeUP.install, couldn't be found.
>>
>>--
>>Mit freundlichen GrüßenJoachim 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üßenJoachim 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 )


Re: [Zope] cannot create an external method with zope-2.9.0

2006-01-11 Thread Patrick Decat
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 <[EMAIL PROTECTED]> 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, WAeUP.install, couldn't be found.
>
> --
> Mit freundlichen GrüßenJoachim 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 )
>
___
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 )


[Zope] cannot create an external method with zope-2.9.0

2006-01-11 Thread Joachim Schmitz

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, WAeUP.install, couldn't be found.

--
Mit freundlichen GrüßenJoachim 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 )