CensoredUsername / unrpyc

A ren'py script decompiler
Other
821 stars 149 forks source link

Module Not Found Error #229

Closed td2334 closed 1 month ago

td2334 commented 1 month ago

Hi

I'm trying to run the unrpyc program and it keeps coming back with the following.

Traceback (most recent call last): File "/home/trevor/Desktop/unrpyc-master./unrpyc.py", line 48, in import decompiler File "/home/trevor/Desktop/unrpyc-master./decompiler/init.py", line 24, in from .renpycompat import renpy File "/home/trevor/Desktop/unrpyc-master./decompiler/renpycompat.py", line 26, in magic.fake_package("renpy") File "/home/trevor/Desktop/unrpyc-master./decompiler/magic.py", line 665, in fake_package return import(name) ^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'renpy'

I've spent a good amount of time trying to find a solution but nothing seems to be popping up. I was hoping you could help me with this. Thanks!

madeddy commented 1 month ago

Your report has important infos missing. Especially version numbers of the used Python, unrpyc and the target apps Ren'Py should not be missing.

Please read and follow the instructions in the readme-file about making issue reports: https://github.com/CensoredUsername/unrpyc?tab=readme-ov-file#issue-reports

Greets

CensoredUsername commented 1 month ago

Likely duplicate of #225.

td2334 commented 1 month ago

Likely duplicate of #225.

Dev branch worked like a charm thanks for quick reply!

madeddy commented 1 month ago

Likely duplicate of #225.

Same thought and why i wanted the version info to be sure.

Dev branch worked

Good to hear. Have fun. p.s.: Could you please close this?