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

irdcheck python3 error #1

Open
thomasbra1 opened this issue Apr 19, 2020 · 2 comments
Open

irdcheck python3 error #1

thomasbra1 opened this issue Apr 19, 2020 · 2 comments

Comments

@thomasbra1
Copy link

thomasbra1 commented Apr 19, 2020

Using Ubuntu 18.04

I was attempting to run the irdcheck.py program but I keep getting this error:
python3 irdcheck.py

Traceback (most recent call last):
File "irdcheck.py", line 13, in
import iso
File "/media/4TB12/PS3/redump-dats/tt/irdcheck/iso.py", line 187, in
c.Embedded(EntityIDHeader),
AttributeError: module 'construct' has no attribute 'Embedded'

Also, what are the python dependancy needed to be installed for the tools?

Thanks.

Update:

https://construct.readthedocs.io/en/latest/

Seems that Embedded has been removed since January 2020

Version 2.10 was released in January 2020. It removes major neckpains (Embedded and EmbeddedSwitch). See Transition page.

@flesniak
Copy link
Owner

Hi,
thanks for reporting. I lost track of all the projects I've been using construct in. I removed all occurences of Embedded and did a quick test. Can you also try latest master?

flesniak added a commit that referenced this issue Apr 20, 2020
@thomasbra1
Copy link
Author

That fixed the issue. I tested it with a ird and game directory. Thanks for the quick reply and fix.

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