Using a Python script in Zope

Steven James sjames at mindless.com
Mon Apr 22 19:47:42 EDT 2002


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?



More information about the Python-list mailing list