mcfletch / runsnakerun

RunSnakeRun python profiling GUI front-end
Other
31 stars 6 forks source link

Windows: Issue with `six.moves.winreg` #7

Open asodeur opened 4 years ago

asodeur commented 4 years ago

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

asodeur commented 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.

cw2k commented 3 years ago

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 commented 3 years ago

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