"Karim" <karim.liat...@free.fr> wrote
I want to know if there are modules or whatever to execute
python functions inside TCL.

Not that I know of, unless Google tells you something different.
You can of course call Python programs from Tcl and vice-versa. If you use the Java versions of both you might succeed.

Or you could wrap your parser as a separate server process and expose it as a Web service or XML RPC...

But given the wealth of xml parsers available for Tcl I'm surprised that they need yours...

These functions should returns python lists as TCL lists and
Python dictionary as TCL Hash tables.

You could probably do some C level integration using Boost or SWIG or somesuch but I doubt the benefit would be worth it.

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to