Re: Porblem with xlutils/xlrd/xlwt

2010-01-10 Thread John Machin
On Jan 10, 8:51 pm, pp wrote: > On Jan 9, 8:23 am, John Machin wrote: > > > > > On Jan 9, 9:56 pm, pp wrote: > > > > On Jan 9, 3:52 am, Jon Clements wrote: > > > > > On Jan 9, 10:44 am, pp wrote: > > > > > > On Jan 9, 3:42 am, Jon Clements wrote: > > > > > > > On Jan 9, 10:24 am, pp wrote: >

Re: Porblem with xlutils/xlrd/xlwt

2010-01-10 Thread pp
On Jan 9, 8:23 am, John Machin wrote: > On Jan 9, 9:56 pm, pp wrote: > > > On Jan 9, 3:52 am, Jon Clements wrote: > > > > On Jan 9, 10:44 am, pp wrote: > > > > > On Jan 9, 3:42 am, Jon Clements wrote: > > > > > > On Jan 9, 10:24 am, pp wrote: > > > > yeah all my versions are latest fromhttp:/

Re: Porblem with xlutils/xlrd/xlwt

2010-01-09 Thread John Machin
On Jan 9, 9:56 pm, pp wrote: > On Jan 9, 3:52 am, Jon Clements wrote: > > > > > On Jan 9, 10:44 am, pp wrote: > > > > On Jan 9, 3:42 am, Jon Clements wrote: > > > > > On Jan 9, 10:24 am, pp wrote: > > > yeah all my versions are latest fromhttp://www.python-excel.org. > > > just checked!! How

Re: Porblem with xlutils/xlrd/xlwt

2010-01-09 Thread pp
On Jan 9, 3:52 am, Jon Clements wrote: > On Jan 9, 10:44 am, pp wrote: > > > > > On Jan 9, 3:42 am, Jon Clements wrote: > > > > On Jan 9, 10:24 am, pp wrote: > > > > > Whenever i run the code below I get the following error: > > > > > AttributeError: 'Book' object has no attribute 'on_demand' >

Re: Porblem with xlutils/xlrd/xlwt

2010-01-09 Thread Jon Clements
On Jan 9, 10:44 am, pp wrote: > On Jan 9, 3:42 am, Jon Clements wrote: > > > > > On Jan 9, 10:24 am, pp wrote: > > > > Whenever i run the code below I get the following error: > > > > AttributeError: 'Book' object has no attribute 'on_demand' > > > WARNING: Failure executing file: > > > > Why i

Re: Porblem with xlutils/xlrd/xlwt

2010-01-09 Thread pp
On Jan 9, 3:42 am, Jon Clements wrote: > On Jan 9, 10:24 am, pp wrote: > > > > > Whenever i run the code below I get the following error: > > > AttributeError: 'Book' object has no attribute 'on_demand' > > WARNING: Failure executing file: > > > Why is it so?? > > > from xlrd import open_workboo

Re: Porblem with xlutils/xlrd/xlwt

2010-01-09 Thread Jon Clements
On Jan 9, 10:24 am, pp wrote: > Whenever i run the code below I get the following error: > > AttributeError: 'Book' object has no attribute 'on_demand' > WARNING: Failure executing file: > > Why is it so?? > > from xlrd import open_workbook > from xlwt import easyxf > from xlutils.copy import cop