2

Windows 7win32rasで とを使用しています。Python 3.1

エラーは次のとおりです。

Traceback (most recent call last):
  File "<pyshell#6>", line 1, in <module>
    win32ras.EditPhonebookEntry(0, None, "NewEntry")
pywintypes.error: (120, 'RasEditPhonebookEntry', 'This function is not supported on this system.')

他に方法はありますか?Python2.xそのようなライブラリが存在する場合は、切り替えることもできます。

4

1 に答える 1

0

電話帳エントリを作成する場合は、RasSetEntryPropertiesを使用できます。

于 2013-07-28T16:17:08.260 に答える