can python do this?

2009-12-02 Thread Rounak
I am a complete newbie. I want to know if the following can be done using python or should I learn some other language: (Basically, these are applescripts that I wrote while I used Mac OS) 1.Web Page Image to Wallpaper: A script that takes the current image in a browser and sets it as a wallpaper.

Re: can python do this?

2009-12-02 Thread Rounak
> Python can do anything Applescript can do with the appscript module - > see . And, > naturally, very much more. wait, sorry, i forgot to mention. I am now on Linux. I want to know what python can do in Linux. On Mac, I am glad to use ap

Re: can python do this?

2009-12-02 Thread Rounak
> > http://stackoverflow.com/questions/69645/take-a-screenshot-via-a-python-script-linux > the first solution in this thread requires python imaging library which I did find here: http://www.pythonware.com/products/pil/faq.htm But i would like to know if there are easier ways to install this in

Re: can python do this?

2009-12-02 Thread Rounak
Thanks Allan, I did find PIL in Synaptic Package Manager and installed it successfully. However, I cannot use it. The reason is: 1. I had installed python3 using sudo apt-get install python3 but python 2 still remains. And it seems Scite (my python editor) is looking for python 2. Terminal Output: