2005. PyQt bindings under GPL should follow.
--
Truls A. Tangstad - <[EMAIL PROTECTED] e r o c a m p.org>
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
t: break
>
> Which will assign item to an arbitrary element in someset. This
> expression really annoys me, though. Is there a better way?
Well.. for an uncertain definition of "better", the following is a
possibility:
item = list(someset)[0]
# a more random choice
from random impo
py2app) instead of a do-all IDE.
Feel free to correct me if i misunderstood your request.
[1] - http://www.trolltech.com/products/qt/index.html
[2] - http://www.wordtech-software.com/pyqt-mac.html
[3] - http://doc.trolltech.com/3.3/designer-manual-1.html
[4] - http://www.wordtech-software.com/python-
iled (I did it myself).
> To my knowledge, here is a pretty complete list of how you can get
> an Aqua OpenGL window from Python:
> - wxPython
> - PyObjC (not cross-platform, but light and easy)
> - PyOpenGL (via GLUT, which kinda sucks, but good enough for some
> things)
>