Hi,
just wanted to let you know that I've added a LaTeX builder to the doctools,
so that one can produce LaTeX source from the docs again. It uses the old
python.sty package, for which I feel grateful.
You should be able to build the PDFs with a "make latex" in Doc, and a
"make all-pdf" in Doc/bu
> It also has been suggested by some on the Tcl core team (during
> discussions about this bug) that you probably shouldn't be using
> Tcl_GetObjType and relying on the registered Tcl_ObjTypes, however I'm
> not sure of a way to get what you need otherwise.
Hi George,
I hope I can find some
Hello,
I am a Tcl/Tk core developer. I'm trying to resolve some bugs that
have surfaced in Tkinter with Tcl/Tk 8.5. 8.5.0 is very near release,
and I'm hoping we can determine where the problem is, and resolve it
soon.
http://sourceforge.net/tracker/index.php?func=detail&aid=1851526&group
> yeah, i did think native functions wouldn't fit well with it, but then
> again, i don't plan to have any c-side functions invoking python
> callbacks. i can live with that.
Just in case it isn't clear - even if you can live with it, it makes
it unsuitable for inclusion into the Python interprete
yes, well, as i suspected and as PJE pointed out, extension or builtin
functions would
make life difficult, but these are difficulties i would be willing to
accept. however, my attempts
are futile anyways, as the evaluation stack is cleared before the exception
propagates up
to the frames above...