thank you,
but i actually refered to "python.cramfs"
which i got at:
http://zaurus.xavierxeon.de/zaurus.php?gro...el&topic=pythonanyhow,
i aim and try to build a small but featured python package, with these specs:
- ful standard library (incl. "new.py", "UserDict.py", and everything)
- no ".pyc" nor ".pyo" - to save space in case of cramfs or target install
- use only symlinks (the above mentioned cramfs contains actuall libx.so.n.n instead of symlinks :-( that's why it's huge.
- a compressed executable (with "uclx")
- (py) sqlite
- pyQt
- anygui (latest CVS snapshot or so)
- hopeufully - some smart IDE, like "pythonwin"
- functional command line shell :-)
- ?
i target my package to stay on internal storage because i depend on python to do stuff in all circumstances