Python Forum
Can't get a downloaded file converter to work - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Can't get a downloaded file converter to work (/thread-1759.html)



Can't get a downloaded file converter to work - Godotisnothere - Jan-24-2017

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?



RE: Can't get a downloaded file converter to work - Larz60+ - Jan-24-2017

email address is posted on github: [email protected]