On Jun 9, 8:45 am, Lie Ryan <lie.1...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to