GUIs - A Modest Proposal

lkcl luke.leighton at gmail.com
Sat Jun 12 11:14:02 EDT 2010


On Jun 9, 8:45 am, Lie Ryan <lie.1... at gmail.com> wrote:
> On 06/09/10 08:20, Martin P. Hellwig wrote:

> > I do think it is technically possible to have your own window manager in
> > python on x11 but I have no idea if you have equal possibilities on mac
>
> Doesn't Mac uses an X server as well?

not by default, no.  you have to install it (from the XCode bundle/
package).

l.

p.s. i skipped replying to the other message but yes there is actually
an implementation of x11 directly in pure python.  you can use it to
write window managers in it.  but it's _not_ an x11 server
implementation, it's just equivalent to... ooo... probably libx11:
i.e. it connects to e.g. KDE, GDM, Fvwm and sends and responds to
events.



More information about the Python-list mailing list