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

2009-08-27 Thread Ido Levy
From: MRAB pyt...@mrabarnett.plus.com 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, I am writing a dialog which one of its widget is a gtk.ComboBoxEntry

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

How to fetch an XML file using an HTTPS query

2009-08-04 Thread Ido Levy
'line: %s' % line I got the following result in both cases: ?xml version=1.0? Devices ErrorInvalid filter passed./Error /Devices Thanks in Advance Ido Levy-- http://mail.python.org/mailman/listinfo/python-list

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

2009-08-04 Thread Ido Levy
Hi Tycho, Thank you for your advice. My problem was in the query itself, I replaced every space character with '%20' and it works. You are right, the Python code below does do the work. Ido From: Tycho Andersen ty...@tycho.ws To: python-list@python.org Date: 04/08/2009 04:42 PM Subject: Re: