我正在使用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如果存在任何此类库,我也可以切换到。