BotoX / Dahua-Firmware-Mod-Kit

Unpack and repack Dahua IP camera firmware upgrade images.
GNU General Public License v3.0
151 stars 52 forks source link

Problems running extract.py #8

Closed MKleio closed 7 years ago

MKleio commented 7 years ago

Hello, I'm having an issue trying to extract the firmware, when I try to run the script I get this message:

Traceback (most recent call last):
  File "/Users/userDownloads/Dahua-Firmware-Mod-Kit-master/extract.py", line 11, in <module>
    import uImage
  File "/Users/user/Downloads/Dahua-Firmware-Mod-Kit-master/uImage.py", line 279
    print("Image name:\t", end='')
                              ^

How could I solve this? Thanks!