Hi Mitko, On Tue, Aug 31, 2010 at 8:30 AM, Mitko Iliev <[email protected]> wrote: > Hi Aldo, > > I think it is not related to comments. The 1st argument of python_exec should > be string, so you can't use file_to_string_output as it returns stream > object. In this case you need to use file_to_string (x).
You're right ;) Thanks, A > > Best Regards, > Mitko > > On Aug 31, 2010, at 6:08 AM, Aldo Bucchi wrote: > >> * If the python code contains comments, it will fail. ( this is common >> when reading a .py file via file_to_string_output() ) > > > -- > Mitko Iliev > Developer Virtuoso Team > OpenLink Software > http://www.openlinksw.com/virtuoso > Cross Platform Web Services Middleware > > -- Aldo Bucchi @aldonline skype:aldo.bucchi http://aldobucchi.com/
