Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'renpy.parameter' #13

Open
olivertzeng opened this issue Jan 17, 2025 · 2 comments
Open

ModuleNotFoundError: No module named 'renpy.parameter' #13

olivertzeng opened this issue Jan 17, 2025 · 2 comments

Comments

@olivertzeng
Copy link

Traceback (most recent call last):
File "/home/olivertzeng/.local/bin/rpycdec", line 8, in
sys.exit(main())
~~~~^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/cli.py", line 23, in main
decompile(src)
~~~~~~~~~^^^^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/decompile.py", line 40, in decompile
decompile_file(input_path, output_path)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/decompile.py", line 18, in decompile_file
stmt = stmts.load_file(input_file)
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/stmts.py", line 107, in load_file
return load(file)
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/stmts.py", line 92, in load
_, stmts = pickle.loads(bindata)
~~~~~~~~~~~~^^^^^^^^^
ModuleNotFoundError: No module named 'renpy.parameter'

2025-01-13 09:45:09 UTC
Linux-6.12.9-arch1-1-x86_64-with-glibc2.40
Ren'Py 8.2.0.24012702

@cnfatal
Copy link
Owner

cnfatal commented Jan 17, 2025

Thanks for your feed back, It seems the fake 'renpy' package not found, cloud you provide your rpycdec version and how you run it

@olivertzeng
Copy link
Author

Thanks for your feed back, It seems the fake 'renpy' package not found, cloud you provide your rpycdec version and how you run it

latest rpycdec installed using pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants