Printing Out Called Function Calls

andrew cooke andrew at acooke.org
Tue Mar 31 13:10:11 EDT 2009


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




More information about the Python-list mailing list