hi, Is PythonScript just another name for an External Method (done in Python) or other? j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
Python Script usually refers to an object in Zope that is a script written in Python, the new name for this is "Script (Python)". An external method is a script written in Python, but is instead stored in the file system, the name for this "External Method". Cheers. -- Andy McKay. ----- Original Message ----- From: "Jason C. Leach" <jleach@mail.ocis.net> To: <zope@zope.org> Sent: Thursday, April 12, 2001 9:36 AM Subject: [Zope] PythonScript?
hi,
Is PythonScript just another name for an External Method (done in Python) or other?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
hi, Interesting, is there a tutorial on them? I did not know we could put python inside zope. j. ...................... ..... Jason C. Leach ... University College of the Cariboo. .. On Thu, 12 Apr 2001, Andy McKay wrote:
Python Script usually refers to an object in Zope that is a script written in Python, the new name for this is "Script (Python)". An external method is a script written in Python, but is instead stored in the file system, the name for this "External Method".
Cheers. -- Andy McKay.
----- Original Message ----- From: "Jason C. Leach" <jleach@mail.ocis.net> To: <zope@zope.org> Sent: Thursday, April 12, 2001 9:36 AM Subject: [Zope] PythonScript?
hi,
Is PythonScript just another name for an External Method (done in Python) or other?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
If you are using Zope 2.3.0 or later click on "Help!" -- Andy McKay. ----- Original Message ----- From: "Jason C. Leach" <jleach@mail.ocis.net> To: "Andy McKay" <andym@activestate.com> Cc: <zope@zope.org> Sent: Thursday, April 12, 2001 9:54 AM Subject: Re: [Zope] PythonScript?
hi,
Interesting, is there a tutorial on them? I did not know we could put python inside zope.
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
On Thu, 12 Apr 2001, Andy McKay wrote:
Python Script usually refers to an object in Zope that is a script written in Python, the new name for this is "Script (Python)". An external method is a script written in Python, but is instead stored in the file system, the name for this "External Method".
Cheers. -- Andy McKay.
----- Original Message ----- From: "Jason C. Leach" <jleach@mail.ocis.net> To: <zope@zope.org> Sent: Thursday, April 12, 2001 9:36 AM Subject: [Zope] PythonScript?
hi,
Is PythonScript just another name for an External Method (done in Python) or other?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Jason C. Leach said -
Interesting, is there a tutorial on them? I did not know we could put python inside zope.
They are not arbitrary python scripts, though. You can't use a lot of the standard libraries, apparently, and you pass in things from the calling dtml page using the "context" object. There are various restrictions. There's still a place for good old external methods. Cheers, Tom P
participants (3)
-
Andy McKay -
Jason C. Leach -
Thomas B. Passin