Open sujithaperumal opened 5 years ago
build.py doesn't work with python 3. You have to use python 2.7 or otherwise adapt the file to python 3 : you have to modify the print statements, change iteritems to items and replace libraries SimpleHTTPServer and SocketServer by their analogs in python 3. And then pray that everything else works fine.
check file #50 ,there might be a way around it
Hi, I'm using python 3.7 and I still the same issue. Any help would be appreciated. Thanks!