Extending Python/Tkinter

Skip Montanaro skip at pobox.com
Tue Mar 19 12:01:47 EST 2002


    >> I have a C++ class that draws maps that I've been assigned to extend
    >> into python.  The class uses X primitive calls (XDrawPoint, etc.) to
    >> do much of the work and I'm at a loss on how to integrate this as an
    >> extension to Python.

Perhaps

    http://python-xlib.sourceforge.net/

would help?

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list