Then I tested the file on my wife's computer, running Mandriva 2010, and
it failed. I'm attaching the output to stderr to this ticket. Basically,
it looks like PyInstaller has a bunch of hard-coded paths in the
executable, and of course none of these work on a different computer.
--
Ticket URL: <http://www.pyinstaller.org/ticket/145>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
* owner: williamcaban => giovannibajo
* component: Documentation => PyInstaller
--
Ticket URL: <http://www.pyinstaller.org/ticket/145#comment:1>
Comment(by giovannibajo):
The problem is that the bootloader binary made in Karmic is not binary
compatible with Mandriva 2010.
This problem will be solved in the future, by using LSB. I believe it
should be quite easy: changing gcc to lsbcc in the Makefile and maybe
adding -lsb-use-default-linker.
Meanwhile, your best bet is to run the "Make.py + make" step on a very old
distribution, then get the generated executables (support/loader/run and
run_d) and copy them over your Karmic. If the distro you choose is old
enough, it should work.
--
Ticket URL: <http://www.pyinstaller.org/ticket/145#comment:2>