Robert Kern <[email protected]> writes: > On 2010-11-10 15:52 , Hrvoje Niksic wrote: >> Simon Mullis<[email protected]> writes: >> >>> If "eval" is not the way forward, are there any suggestions for >>> another way to do this? >> >> ast.literal_eval might be the thing for you. > > No, that doesn't work since he needs to call methods.
You're right; I misread the post. -- http://mail.python.org/mailman/listinfo/python-list
