RMPR / atbswp

A minimalist macro recorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant run recording as separate script in Debian 10 xfce

AgentZoy opened this issue · comments

I recorded some actions all works good
Saved to file using button save to exec
after that I did chmod +x to record.pyc
run it from terminal ./record.pyc
got error
./capture.pyc: line 1: $'B\r\r': command not found
./capture.pyc: line 2: unexpected EOF while looking for matching ``'
./capture.pyc: line 8: syntax error: unexpected end of file
I want to run capture as separate script

I Understand how to do it from previous issues

Hi, thanks for reporting. I don't get what you're saying in your second message. Did you manage to solve the issue?

yes I Understand how to deal Need to run pyc file with python command

Great, I'll now close the issue since the problem is solved.