Am 23.04.2012 14:40, schrieb Matteo Baracani:
> If somebody wants to comment on the above, I'll gladly take your
> suggestions into account during development.

To be frank: I don't think this is a feature for PyInstaller.

1) PyInstaller is aiming to freeze *everything* required for executing
the program to make it self-contained and independent of any installed
Python version.

2) Only excluding the libpython does not make that much sense. One would
want to exclude all standard modules, too. This would really save space.

3) If you rely on an installed libpython, you can even rely on a
complete standard Python installation. So you not even need the
bootloader but just fire up the python executable.

You idea sound more like a solution to use `pip bundle`, virtualenv  and
some simple install script (which can be written in Python). Or like
buildout and other solutions in this area.

I suggest you to rethink your aims. Saving space on a somewhat current
hard-disk is not worth spending time. If you are going for a embedded
system, things are different. But in this case but you should know hat's
on the system and not need PyInstaller.

-- 
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP

Goebel Consult 
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de


Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift

Reply via email to