Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
589 stars 74 forks source link

Kinda little problem #9

Closed NismoW closed 6 years ago

NismoW commented 6 years ago

It keep saying "SyntaxError: unexpected character after line continuation character" for no reason, someone help? (also I am noob)

Lattyware commented 6 years ago

I assume this is because you are trying to run with Python 2, not Python 3.

Using the correct launcher for your system should ensure you use Python 3 and fix this problem. You will need to install Python 3 if it isn't installed already.

On most unix systems, open a terminal, then: python3 unrpa -mp "path/to/output/dir" "path/to/archive.rpa" On most Windows systems, open a Command Prompt, then: py -3 unrpa -mp "path\to\output\dir" "path\to\archive.rpa"

Let me know if that fixes things for you.

Lattyware commented 6 years ago

I'll close this issue as you haven't replied - if you run into problems still, please open a new issue.