Jason Benjamin wrote:
Is there a way to use PyGUI with Python Imaging Library, as in displaying the images that it loads?
Nothing officially in the API yet. If you dig into the internals you could probably find a way of creating a PyGUI image from a PIL one, although the details would be different for each platform. I'll make a note to do something about this. -- Greg _______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
