pyOS icon indicating copy to clipboard operation
pyOS copied to clipboard

Traceback error

Open RepubblicaTech opened this issue 3 years ago • 3 comments

Traceback (most recent call last): File "C:\Users\CraftMapping\Downloads\pyOS-master\pyOS.py", line 1, in from kernel.system import System File "C:\Users\CraftMapping\Downloads\pyOS-master\kernel\system.py", line 135 print "root %s has permisison for %s" % (laccess, path)

RepubblicaTech avatar Aug 09 '21 12:08 RepubblicaTech

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.

crcollins avatar Aug 09 '21 21:08 crcollins

Oh so i need python 2.7??

RepubblicaTech avatar Aug 14 '21 12:08 RepubblicaTech

Yeah, though, I do think an automated python 2to3 converter would probably work for this repo. I haven’t tested it though.

crcollins avatar Aug 14 '21 14:08 crcollins