Python alternative to _winreg

2019-08-06 19:31发布

问题:

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.