Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: Issue with six.moves.winreg #7

Open
asodeur opened this issue Aug 27, 2020 · 3 comments
Open

Windows: Issue with six.moves.winreg #7

asodeur opened this issue Aug 27, 2020 · 3 comments

Comments

@asodeur
Copy link

asodeur commented Aug 27, 2020

In homedirectory.py import seems to have changed to from six.moves import winreg, however winreg_getShellFolder is still using six.moves.winreg.

@asodeur
Copy link
Author

asodeur commented Oct 29, 2020

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.

@cw2k
Copy link

cw2k commented Dec 7, 2020

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

@asodeur
Copy link
Author

asodeur commented Dec 7, 2020

That PR (#8) is already merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants