[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Python pyinstaller produces bad binary file



Hi,

I have Debian 7.4 working fairly well on a 20 inch iMac G5 .  Python seems
to work OK,  except that pyinstaller produces a binary file that the shell
refuses to execute.

Looking at the file with beav (hex editor) I find that the header differs from other files that do execute. I have 'fixed' these bytes, but still no joy on
executing the file.

Its been a long time since I hacked on file headers,etc, so any thoughts or help would
be appreciated.

Here is what the shell says:

bash: ./XOlog0.8.9: cannot execute binary file


And a dump of the file's header from beav.


0: 7F 45 4C 46 01 01 01 00 00 00 00 00 00 00 00 00 .ELF............ 10: 02 00 03 00 01 00 00 00 80 96 04 08 34 00 00 00 ............4... 20: 60 6C 01 00 00 00 00 00 34 00 20 00 07 00 28 00 `l......4. ...(. 30: 25 00 22 00 06 00 00 00 34 00 00 00 34 80 04 08 %.".....4...4...



Thanks,

Jim



Reply to: