You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
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.
The text was updated successfully, but these errors were encountered: