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

Traceback error #3

Open
RepubblicaTech opened this issue Aug 9, 2021 · 3 comments
Open

Traceback error #3

RepubblicaTech opened this issue Aug 9, 2021 · 3 comments

Comments

@RepubblicaTech
Copy link

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)

@crcollins
Copy link
Owner

crcollins commented Aug 9, 2021

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.

@RepubblicaTech
Copy link
Author

Oh so i need python 2.7??

@crcollins
Copy link
Owner

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

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

2 participants