Skip to content Skip to sidebar Skip to footer

Python Alternative To _winreg

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.

Solution 1:

You'll need to access the Windows registry via Java instead.


Post a Comment for "Python Alternative To _winreg"