for any test bank or solutions manual please contact :tbsmtext(at)gmail(dot)com
--
https://mail.python.org/mailman/listinfo/python-list
for any test bank or solutions manual please contact :tbsmtext(at)gmail(dot)com
--
https://mail.python.org/mailman/listinfo/python-list
Hi folks,
I'm currently trying to work out how to detect when a PyGTK window
receives the focus from the window manager -- I assume that it must
receive some kind of X event, but I can't work out which signal it
generates. Searching around the subject on the web doesn't seem to pull up
anything us
Hi folks,
Although the PyQt documentation indicates that QGLWidget & friends have
been ported to Python for the PyQt bindings, I'm not entirely sure what's
necessary to make the normal OpenGL/GLUT interface available.
Does PyQt work okay with PyOpenGL? Or is a more complicated workaround
needed
Thanks very much for all the responses. They were useful to me and
I'll probably refer back to them again in the future.
TB
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Is there an elegant way to assign to a list from a list of unknown
size? For example, how could you do something like:
>>> a, b, c = (line.split(':'))
if line could have less than three fields?
Thanks,
TB
--
http://mail.python.org/mailman/listinfo/python-list