Module Not Found Error
td2334 opened this issue · 4 comments
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!
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
Likely duplicate of #225.