Using a Python script in Zope

Andy McKay amckay at merlinsoftech.com
Mon Apr 22 20:06:01 EDT 2002


Use an external method, python scripts cannot read from the files because of 
security issues.

On April 22, 2002 04:47 pm, Steven James wrote:
> I have a script that I wrote in Python to parse a text file and return a
> dictionary of the values that I get from it. I used file.readline()
> extensively to get the values from the file, but I can't seem to get this
> function to work in Zope, where I intend to use the script. Anyone have
> ideas on another way to do it, or how to make this work?

-- 
  Andy McKay





More information about the Python-list mailing list