This is a cool script, but running it on my Kubuntu Linux machine, I get this:
$ python DSK-Image.py ../Images\ II/Aztec.dsk
Traceback (most recent call last):
File "DSK-Image.py", line 11, in
import png # PNG image library
ImportError: No module named png
I tried to pip install png, but that came up with no matches. Where is this png.py module? Could be included in this project?
This is a cool script, but running it on my Kubuntu Linux machine, I get this:
$ python DSK-Image.py ../Images\ II/Aztec.dsk
Traceback (most recent call last):
File "DSK-Image.py", line 11, in
import png # PNG image library
ImportError: No module named png
I tried to pip install png, but that came up with no matches. Where is this png.py module? Could be included in this project?