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

Error with build.py file #44

Open
sujithaperumal opened this issue Feb 16, 2019 · 2 comments
Open

Error with build.py file #44

sujithaperumal opened this issue Feb 16, 2019 · 2 comments

Comments

@sujithaperumal
Copy link

sujithaperumal commented Feb 16, 2019

Hi,
I'm using python 3.7 and I still the same issue. Any help would be appreciated. Thanks!

@linnlinn
Copy link

linnlinn commented May 7, 2019

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.

@Moriuks
Copy link

Moriuks commented Jul 20, 2019

check file #50 ,there might be a way around it

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

3 participants