Confusion Regarding Perl Script Object
The Zope Book describes Zope Perl Script objects and says that they are like Zope Python Script objects. The Zope Book does not, however, show any pictures of using the ZMI interface to create a Perl Script object or specifically mention the ZMI as a means of running Perl scripts. I have been able to run Perl scripts as external methods, but my ZMI does not show any Script(Perl) object the way it does the Script(Python) object. I am running Zope 2.4.3 (source release, python 2.1, linux2), python 2.1.3, and freebsd4. Are Perl Script objects accessible from the ZMI just as Script(Python) objects are? Or do I need to create an external method in order to run a Perl Script? __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/
Jonathan> I have been able to run Perl scripts as external methods, but Jonathan> my ZMI does not show any Script(Perl) object the way it does Jonathan> the Script(Python) object. Jonathan, You have to load the Perl for Python extension. Start your investigation here: http://www.zope.org/Wikis/zope-perl -- Skip Montanaro - skip@pobox.com http://www.mojam.com/ http://www.musi-cal.com/
participants (2)
-
Jonathan Mark -
Skip Montanaro