Re: [python-win32] odd problem with Microsoft Word

2007-03-18 Thread Kelie
Ross McKerchar crummock.com> writes: > When you use early bound code everything becomes case sensitive when it > wasn't before. Admmitedly, however 'Add' with an uppercase A does seem > right for office. > Thanks for your reply Ross. But it seems to me early-binding is not the cause of proble

Re: [python-win32] odd problem with Microsoft Word

2007-03-18 Thread Ross McKerchar
Kelie wrote: > The simple code shown below runs fine. It adds a custom document property to > the > active word document. But as soon as i use makepy on the "Microsoft Office > 11.0 > Object Library (2.3)", i get an AttributeError when run the same code: > AttributeError: ' Library.DocumentProper

[python-win32] odd problem with Microsoft Word

2007-03-16 Thread Kelie
Hello, The simple code shown below runs fine. It adds a custom document property to the active word document. But as soon as i use makepy on the "Microsoft Office 11.0 Object Library (2.3)", i get an AttributeError when run the same code: AttributeError: '' object has no attribute 'Add' I tested