Hi,
I have a file that contains a "tcl" list stored as a string. The list
members are
sql commands ex:
{ begin { select * from foo
where baz='whatever'}
{select * from gooble } end
{ insert into bar values('Tom', 25) } }
I would like to parse the tcl list into a python list...
Any suggestions ( I am running Tkinter...)
Jerry
I have a file that contains a "tcl" list stored as a string. The list
members are
sql commands ex:
{ begin { select * from foo
where baz='whatever'}
{select * from gooble } end
{ insert into bar values('Tom', 25) } }
I would like to parse the tcl list into a python list...
Any suggestions ( I am running Tkinter...)
Jerry
Comment