Try this:

def myfunc():
  print "helo"

s = "myfunc()"
a = eval(s)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to