Re: pygtk - What is the best way to change the mouse pointer

2009-08-27 Thread Ido Levy
> From: > > MRAB > > To: > > python-list@python.org > > Date: > > 26/08/2009 11:04 PM > > Subject: > > Re: pygtk - What is the best way to change the mouse pointer > > Ido Levy wrote: > > Hello All, > > > >

pygtk - What is the best way to change the mouse pointer

2009-08-26 Thread Ido Levy
Hello All, I am writing a dialog which one of its widget is a gtk.ComboBoxEntry ( let's assume widget in the example below is its instance ) When the user select one of the values from the gtk.ComboBoxEntry I need to run some calculations that takes a few seconds. In order to reflect calculation

Re: How to fetch an XML file using an HTTPS query

2009-08-04 Thread Ido Levy
w to fetch an XML file using an HTTPS query Blah, forgot to include the list. When is python-list going to get Reply-To? \t On Tue, Aug 4, 2009 at 8:38 AM, Tycho Andersen wrote: > Hi Ido, > > On Tue, Aug 4, 2009 at 6:25 AM, Ido Levy wrote: >> [snip] >> I got the

How to fetch an XML file using an HTTPS query

2009-08-04 Thread Ido Levy
content = urlFH.readlines() urlFH.close() for line in page_content: print 'line: %s' % line I got the following result in both cases: Invalid filter passed. Thanks in Advance Ido Levy-- http://mail.python.org/mailman/listinfo/python-list