A GUI toolkit for Python that is NOT x-windows dependent

Paul Boddie paul at boddie.net
Wed Dec 17 06:16:43 EST 2003


andreb at warpmail.net (Andre Brightway) wrote in message news:<88f9e356.0312162305.58718893 at posting.google.com>...
> Does anybody know of a GUI toolkit (or a way to draw to the screen) that can be
> used from Python script in Linux without having to run X-Windows?

If SDL has good enough support for framebuffers, you might be able to
use Pygame to do what you want. See http://www.pygame.org and
http://www.libsdl.org for details.

Paul




More information about the Python-list mailing list