You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in short to fix that NameError: name 'six' is not defined error just open homedirectory.py in some Editor and Replace/delete all six.moves.with '' (Nothing).
In
homedirectory.py
import seems to have changed tofrom six.moves import winreg
, howeverwinreg_getShellFolder
is still usingsix.moves.winreg
.The text was updated successfully, but these errors were encountered: