-
Notifications
You must be signed in to change notification settings - Fork 196
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
SyntaxError #40
Comments
Probably your version of python. Run |
Yes, it is 3.5.1. What would I need instead? |
A few options: (1) modify your local copy to be python3 compatible: wrap print statements in parentheses; switch syntax of exception to, (2) [better option] Fork this github project, apply these python 3 changes, and issue a pull request so that others benefit from the change. (3) Use python 2.x to run the script (either by explicitly calling |
Thank you. For now, I have opted for (3), to avoid possible further problems until I manage to make it run correctly. If everything works, then I will propose the changes. |
Hi.
First of all, thanks for the amazing project, I love the spirit of data collection and great visualisation!
When I run
ulogme.sh
, I constantly get the following error:Data is still recorded in the
window_txt
andkeyfreq_.txt
logs (In this format, e.g.:1464797947 ulogme - File Manager
-- I don't know if it is correct, with that date format.)I also get these errors running the UI scripts (and they don't do anything):
I am on Manjaro 16.06 (Xfce) Linux.
Do you know what the problem could be and how (if) it can be solved?
Thanks!
The text was updated successfully, but these errors were encountered: