Re: [Pythonmac-SIG] GUI design tools

2005-03-14 Thread Truls A. Tangstad
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

Re: [Pythonmac-SIG] Using Python with Terminal

2005-03-09 Thread Truls A. Tangstad
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

Re: [Pythonmac-SIG] GUI design tools

2005-03-09 Thread Truls A. Tangstad
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-

Re: [Pythonmac-SIG] pygtk

2005-03-07 Thread Truls A. Tangstad
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) >