On 19.03.2011 07:29, ratna PB wrote:
Hey friends i tried a lot to install excel xlwt in ubuntu 9 but
failed
please help me before i get full fraustrated...

What have you tried and how did it failed?

On 9.10, simply do (you might need to enable the universe repository in Synaptic first):

$ sudo apt-get install python-xlwt

Alternatively, install python-setuptools and then use easy_install:

$ sudo apt-get install python-setuptools
$ sudo easy_install xlwt
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to