or PyGui would need to be implemented in terms of ctypes (which then would prevent its inclusion, because there is a policy that ctypes must not be used in the standard library).Is there? I wasn't aware of that. What's the reason?
ctypes is inherently unsafe. It must be possible to remove it from a Python installation, and still have the standard library work. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list