Open asodeur opened 4 years ago
Do you close issues when the fix is merged or when there is a release containing the fix? In the former case I'd close this now.
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).
Maybe someone like to start a Pull Request
That PR (#8) is already merged into master.
In
homedirectory.py
import seems to have changed tofrom six.moves import winreg
, howeverwinreg_getShellFolder
is still usingsix.moves.winreg
.