At Wed, 18 Feb 2004 17:12:32 -0700, Jason R Mastaler wrote: > Thanks, at least shell headers appear to work this time. > > > x-answer python="6*7" > > Did you try something other than manipulating integers? eval() doesn't > seem to do what we need in this context -- even a simple 'print' > statement doesn't work. >
Well, I was hoping that would be a feature :-). Basically it seems like in python you can have statements or expressions, but not both. I'm not sure what one would want to do with this python= tag. If we have little programlets then we need to trap stdout and probably allow multiline quoted strings (since for exec(), whitespace is significant). I will investigate a little more. db _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
