install excel xlwt in ubuntu 9
Alexander Kapps
alex.kapps at web.de
Sat Mar 19 04:56:38 EDT 2011
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
More information about the Python-list
mailing list