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 > > site-packages folder. Now, when I w

Re: Importing xlrd

2008-06-02 Thread John Machin
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 > site-packages folder. Now, when I write a script, I type: > > import sys > import xlrd > > When I run i

Re: Importing xlrd

2008-06-02 Thread Gary Herron
Chanman 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 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 modu