On Sat, 20 Oct 2001 09:18, you wrote:
Hi,
I'm working my way through the Zope Book (using Zope 2.4.1 on Win2000), and have run into a problem in the "Using External Methods" section (p. 155). It describes an Extensions directory in the top-level Zope directory, which wasn't there in my installation. So I added it, added the Example.py file as directed, and followed the instructions to create an External method (id=hello, Module Name=Example, Function Name=hello). This gave me the message:
The specified module, Example, couldn't be found.
I tried it again with a blank __init__.py file in the directory. I also tried restarting Zope. Nothing. What am I doing wrong?
Just a question. Did you try this in the Zope web management interface or using the file manager under windows? I may be stating the obvious so please don't take offence but it is possible to create the file within the Zope management enviroment and import the file but the book is talking about the physical Extensions directory located in the zope directory in the filesystem found by using, in your case, windows file manager. Just a thought. -- Best Regards, David Price