Re: py2exe and COM problem
I figured it out. I can change the table column by selecting it through the table, e.g. column = table.Columns(1) column.Width = 150 etc etc -- http://mail.python.org/mailman/listinfo/python-list
py2exe and COM problem
I seem to have a problem with a generated .exe file made with py2exe. I wrote a python program that creates tables in a Word document and adjusts the size of the tables and then inputs text into each cell using COM. Everything works well and I do not get errors using Boa constructor. However when I