Importing xlrd

2008-06-02 Thread Chanman
This is probably a simple question to most of you, but here goes. I've downloaded the xlrd (version 0.6.1) module and placed in in the site-packages folder. Now, when I write a script, I type: import sys import xlrd When I run it, there is an import error saying there is no module named xlrd. H

Re: Importing xlrd

2008-06-03 Thread Chanman
On Jun 2, 5:48 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Jun 3, 8:23 am, Chanman <[EMAIL PROTECTED]> wrote: > > > This is probably a simple question to most of you, but here goes. > > I've downloaded the xlrd (version 0.6.1) module and placed in in the >

[xlwt] Changing Cell Background Color

2008-06-19 Thread Chanman
I've posted this on the python-excel group, but perhaps people here know what to do. How does one change the cell background color using the xlwt module? I've looked at several tutorials but none show how to change the background color. I've tried the following: badBG = xlwt.Pattern() badBG.SOLI