Python Forum

Full Version: Can't get a downloaded file converter to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I imagine this is not what people usually post here, but I need help.
I am trying to use this: github(dot)com/dsp2003/e17pĀ And I have no way to contact the creator.
My goal is to use the last part:

=== T2P files (chr, ev) === Image files that come in two flavors: BGRA bitmap images, and wrapped PNG files. The T2P header is 64 bytes; wrapped PNG get an additional inner header that always starts with the bytes 'PNGFILE', and is another 124 bytes in length. A converter script from both types to PNG is available; usage example: ./e17p.py remember11.ff.t2p -o outdir --png --afs chr.afs
I am replicating the commands like this: e17p.py remember11.ff.t2p -o outputfolder --png --afs chr.afs
but I get this error: prntscr(dot)com/dzo30a
Anyone has any idea what I'm doing wrong?
email address is posted on github: [email protected]