CensoredUsername / unrpyc

A ren'py script decompiler
Other
861 stars 156 forks source link

Cannot even run unrpyc.py without error #160

Closed B01scout closed 1 year ago

B01scout commented 1 year ago

Is this intentional? Same output when using any command. Using Python 3.10.

E:\unrpyc-1.1.8>python unrpyc.py --help Traceback (most recent call last): File "E:\unrpyc-1.1.8\unrpyc.py", line 49, in <module> import decompiler File "E:\unrpyc-1.1.8\decompiler\__init__.py", line 22, in <module> from util import DecompilerBase, First, WordConcatenator, reconstruct_paraminfo, \ ModuleNotFoundError: No module named 'util'

image

CensoredUsername commented 1 year ago

Per the readme:

Usage

This tool can either be ran as a command line tool, as a library, or injected into the game itself. It requires Python 2.7 to be installed to be used as a command line tool.

Python 3 support will come eventually for the newer generation games. I'm unfortunately rather busy right now.