pyOS
pyOS copied to clipboard
Traceback error
Traceback (most recent call last):
File "C:\Users\CraftMapping\Downloads\pyOS-master\pyOS.py", line 1, in
Is there any more information? I thought this particular message was just a debug message I left in.
If you are using Python 3, this line will error due to print being changed from a statement to a function.
Oh so i need python 2.7??
Yeah, though, I do think an automated python 2to3 converter would probably work for this repo. I haven’t tested it though.