[Tkinter-discuss] Tkinter with extension in C

Vasilis Vlachoudis Vasilis.Vlachoudis at cern.ch
Fri Mar 5 09:14:27 CET 2010


Hi all,

I have an application that it requires to plot the result from some 
heavy calculation. Python is slow, so I am writing the calculation part 
as a C++ extension for python. Is it possible to draw directly to a 
Canvas opened from Tkinter from the C++ extension, in order to avoid 
useless transfer of data from C++ to python to tkinter?

vasilis




More information about the Tkinter-discuss mailing list