On Wed, May 24, 2000 at 06:31:44PM -0400, Eric S. Raymond wrote:
> > > I can in fact generate C programs to compile and interpret CML -- by
> > > applying freeze.py to the Python sources.
> > OK - are you saying that Python will generate C sources?
> Yes, that is exactly what I am saying. There is a Python tool called "freeze"
> that takes a Python program and generates equivalent C sources.
How does that cope with stuff like _tkinter which needs to link with an
external library? Stock Python dlopens a "_tkinter.so", which is linked
against the Tk libraries; is there some kind of hack which allows the frozen
Python program to attempt to dlopen the Tk libraries at runtime?
--Adam Sampson azz@gnu.org
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:16 EST