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 _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
