Anyone know which package the python module tarfile is found in?
Also I was wondering whether it's feasible to compile a "complete" python installation stick it into a squashfs file (similar to what was done for KDE).
I've already compiled the standard python distribution and it looks feasible, obviously the python-* packages from the official feed will have to be uninstalled first. What I'm not sure is how to handle stuff that's not part of the standard python distribution, like pygtk etc. Any ideas?
-- cheers