问题
I am accessing a python script using jython and apparently the _winreg module is not supported. Are there any alternatives to this module? I am using jython 2.5.
回答1:
You'll need to access the Windows registry via Java instead.
来源:https://stackoverflow.com/questions/6522650/python-alternative-to-winreg