[Zope-dev] External methods in Extensions folder under Product

Ted Skolnick ted.skolnick@reis.com
Mon, 15 Apr 2002 14:56:38 -0400


Hi,
I currently have my external methods under the Extensions folder within the
Zope installation (i.e. /usr/local/Zope/Extensions ).  I read that I could
place them in Extensions folders within specific installed products.  I'd
much prefer that, but can't seem to get it working.

What I did:
I have a product I created through the management interface called
"myproduct".
I created a directory on the files system like this...
/usr/local/Zope/lib/python/Products/myproduct/Extensions

Inside there I put my test.py module, and try to add it as an external
method to that product.  I get a message that test.py can't be found.   If I
put it in the general Extensions folder for the Zope install, all is well.

Any ideas?

thanks,
Ted