Closed mepda closed 5 years ago
Oh my. Sorry 'bout that. Fixed the print statements for Python 3 in https://github.com/mre/timelapse/commit/d7a5ae0950352940afb2ab851b3cc6ff4f17f7e6. Could you please try again? 😅
Okay, I compiled it, but when I run python recorder.pyc
I'm getting
RuntimeError: Bad magic number in .pyc file
How should I proceed?
Did you see the usage instructions in the README.md
?
Yeah, I installed the dependencies using pip, then ran the .py file, but didn't see any icon pop up.
Because the pyc
files are object code files not meant to be executed directly. 😉
Hum... that's strange. Any output? Which macOS version are you using?
High Sierra 10.13.6
tried with both python 2 and python 3
Thanks for the feedback. Looks like the project isn't really Python 3 compatible yet. Especially the exception handling has to be adjusted. Will do that.
👍 Let me know if theres anything else I can help with
Created a new ticket for that in #21. Closing this. Thanks for your feedback @mepda. 👍
Quick update: we got support for Python 3.7 thanks to #21. Github Actions pipeline is here: https://github.com/mre/timelapse/blob/master/.github/workflows/pythonapp.yml
I tried running this as a Python 3 and Python 2 program and got problems with both. Here's the error for python3: