これの動作バージョンを取得しようとしています
引用どおりのコードを使用すると、次のエラーが発生します。
Traceback (most recent call last):
File "<pyshell#26>", line 1, in <module>
ppoint()
File "<pyshell#24>", line 9, in ppoint
s1a = s1.Shapes[0].TextFrame.TextRange
File "C:\Python27\lib\site-packages\win32com\client\__init__.py", line 465, in __getattr__
raise AttributeError("'%s' object has no attribute '%s'" % (repr(self), attr))
AttributeError: '<win32com.gen_py.Microsoft PowerPoint 14.0 Object Library.Shapes instance at 0x36209528>' object has no attribute '__getitem__'
Win32comは問題なくインポートされています-どんな考えでも大歓迎です!