2

我正在使用win32rasWindows Python 3.17。

错误是:

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 回答