-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can't Run Script - Python2/3 errors #5
Comments
Hi @EtherealSerge, Sorry I don't have a Chromebook now, so this project was kind of abandoned. Now I have updated it to support Python3. Can you please try cloning this branch and install from there ? Steps: git clone https://github.com/kishorv06/ChromePad -b python3-migration
cd ChromePad
./install.sh
# Finally
sudo chromepad |
Hi @kishorv06, i have a problem with this command: sudo python3 -m pip install python-uinput after start report me this error:
Could you help me solve it? |
Hey @sanniweb, Which version of Chrome OS are you running and what is the device model ? Also make sure that you are running these commands in the native Chrome OS terminal (crosh) and not in the linux environment provided for development. |
Hi not sure if you even still update this project, but I stumbled across it and wanted to give it a shot. However after install, running the script results in errors. From what I can gather the script was supposed to be run in Python 2 but my Chromebook has Python 3. I tried running the script with Python 2 but then it can't access uinput correctly.
I then tried to futurize the script via Python 3, but that only cleaned up the Print function errors. It's now spitting out TypeErrors; seemingly it's an issue between bytes and strings. I've muddled through the script myself trying to fix it but I don't know enough and am stuck.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: