rieh25 wrote:
How can I do something like this?
var = '/Projects/test_py'
return call_by_name(var)
------------------------------------
Thanks.
fun = context.restrictedTraverse(var)
return fun()
then there is path and getattr you should look at.
robert