divio / djangocms-rest-api

A REST API for django CMS
MIT License
51 stars 18 forks source link

Python3 compability (winreg) #18

Closed zypro closed 6 years ago

zypro commented 6 years ago

Install djangocms-rest-api in python3.6.1 virtualenv causes the following error:

File "C:\Users\Administrator\Envs\env3\lib\site-packages\pip\utils\appdirs.py", line 185, in 
_get_win_folder_from_registry
import _winreg
ModuleNotFoundError: No module named '_winreg'

The '_winreg' module was renamed in Python3 to 'winreg' (without underscore).

Further issues not know yet.

zypro commented 6 years ago

Problem appears only in Windows10 environmet. Problem might be in the 'utils' package...