[python-win32] a trivial question

Randy Syring rsyring at gmail.com
Thu Mar 8 18:24:58 CET 2012


On 03/08/2012 12:14 PM, cool_go_blue wrote:
> [[word forword instr(/self/.doc.Tables(1).Cell(row,2).split()) ifword 
> notinstopwords] 

You have a parenthesis in the wrong place.  You are doing .split() on 
the column object, not the result of str().  Change it to:

str(self.doc.Tables(1).Cell(row,2)*)*.split()

---------------------------------------------
Randy Syring
Development&  Executive Director
Level 12 Technologies  <https://www.lev12.com/>  (formerly Intelicom)
Direct: 502-276-0459
Office: 502-212-9913

Intelicom is now Level 12 Technologies,learn more about our name change  <https://www.lev12.com/our-history>.
Please update your address book with my new email address.

Principled People, Technology that Works


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20120308/57bc7b2c/attachment-0001.html>


More information about the python-win32 mailing list