Event handling and Late Binding

2007-11-10 Thread swellfr
Hi,
I have a component that i can only access through late binding.
This is working fine , i can use all the exposed methods , but i can't
register (/don't know how to ) event handlers for this component. Is
there someone that knows how to do it or who can spot me a example.

Thx

-- 
http://mail.python.org/mailman/listinfo/python-list


Tkinter and pure tk component(Gridplus2)

2007-12-03 Thread swellfr
Hi ,
I was looking at some example of how to display tabular data with
tkinter and i found this component( 
http://www.satisoft.com/tcltk/gridplus2/examples.html
). I would like to know if it possible to make it work with the tk
version used by python and how to do that ?

Thx
E,
-- 
http://mail.python.org/mailman/listinfo/python-list


urllib and keep-alive header

2009-05-18 Thread swellfr
I would like to know if it is possible to create a connection to a web
server that keeps the underlying socket alive ( Connection : Keep-
Alive header in the HTTP request ) between request ( and can also be
closed on request )

Can someone provide me a small example showing it.


Thx
-- 
http://mail.python.org/mailman/listinfo/python-list