mchwalisz / uniflash_aur

Universal Flash Programmer for Texas Instruments devices. AUR package
3 stars 0 forks source link

SLImageCreate fails to run with uniflash_sl.5.2.0.2519.run #1

Open RalphCorderoy opened 4 years ago

RalphCorderoy commented 4 years ago

FYI, and others that may arrive here, updating to uniflash_sl.5.2.0.2519.run shows SLImageCreator fails to run, seemingly due to differences between Arch Linux's Python 2 configuration and the assumptions made by Texas Instruments. https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/p/871783/3224990

mchwalisz commented 4 years ago

Thanks for the info. I would be grateful if you could follow up with the (positive) info on how to cope with the problem.

RalphCorderoy commented 4 years ago

No good news, I'm afraid. Perhaps someone more skilled with PyInstaller's inner workings could get it to work. As I've added to the ti.com thread mentioned above, the issue seems to be Debian alters the vanilla Python release a lot before building it, and in particular the lib-dynload area completely changes to support their 'multiarch' whereby libraries for two related architectures can co-exist. Ubuntu inherit this from Debian. PyInstaller bundles the Python interpreter into the SLImageCreate bin, but uses the system's /usr/lib/python2.7. I don't know if that can be altered at bundling time.