Anyone out there to answer a newbie question? I would really appreciate it. Thanks! I'm trying out Zope with the Zope Book. I installed Zope 2.7 in Windows. I've created a simple hello.py containing a hello function: def hello( self, name="World" ): return "Hello, %s" % name This module is in D:\Zope-Instance\Extensions\. In Zope, I created a folder from root and add the hello external method to that folder. I clicked on the external method and then clicked on the Test tab, and instead of running the method, a window opened and ask if I wanted to download hello.txt. What's happening??? - jon _________________________________________________________________ Free up your inbox with MSN Hotmail Extra Storage! Multiple plans available. http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/...
I installed Zope 2.7 in Windows. I've created a simple hello.py containing a hello function: def hello( self, name="World" ): return "Hello, %s" % name This module is in D:\Zope-Instance\Extensions\.
In Zope, I created a folder from root and add the hello external method to that folder. I clicked on the external method and then clicked on the Test tab, and instead of running the method, a window opened and ask if I wanted to download hello.txt.
What's happening???
That's your browser reacting to the fact that the response returned from that method does nothing to tell it about the content type it is receiving I would assume. jens
participants (2)
-
Jens Vagelpohl -
jon cashman