Hello everybody!!!
I need some help with the following task:
I want to embed an image(gif) from a web page ( which is dynamicaly updated in that page which means i cannot download it just once...), in my GUI. I need this to happen only when a user "starts" my program .
So , how can i "get" the image from the web page and have it as an object in my program?
I am working on Windows Vista , Python 2.5.
Thank you all in advance!!!!!!
P.S.: In order to be more precice , the image i want is this:
http://www.kitconet.co m/charts/metals/gold/t24_au_en_eukg_ 2.gif
Its a chart of the value of gold in the last 24 hours....
I need some help with the following task:
I want to embed an image(gif) from a web page ( which is dynamicaly updated in that page which means i cannot download it just once...), in my GUI. I need this to happen only when a user "starts" my program .
So , how can i "get" the image from the web page and have it as an object in my program?
I am working on Windows Vista , Python 2.5.
Thank you all in advance!!!!!!
P.S.: In order to be more precice , the image i want is this:
http://www.kitconet.co m/charts/metals/gold/t24_au_en_eukg_ 2.gif
Its a chart of the value of gold in the last 24 hours....
Comment