Victor Subervi wrote: > Hi; > Due to screwy problems at my server farm that they refuse to fix, I need > to > call lines that execute code from other files, like this: > theContent += `tidBits[i][y][:-2]` > but what that returns is this (as an example): > tableTop(348,180) > when I need it to execute the fn tableTop. What do?
change server famrs? use eval() or exec()? andrew -- http://mail.python.org/mailman/listinfo/python-list