On Tuesday 27 February 2007 12:46, Chris Dew wrote: > I'm new to Python and TurboGears. I haven't been able to find the > answer to my question by Googling, possibly because "gzip" is > everywhere on the web. > > The context of my question is: deploying a TurboGears application onto > a system with limited (flash) storage. I am aware of the various > compressed filesystems available, but I'm considering other > approaches. > > Is it possible to deploy a TurboGears application with all/some of > it's source .py and .kid files gzipped to save space?
Python itself can import zipped files (zip, not gzip AFAIK). I've not tried zipped kid files. I *think* it just overloads python's import routines, so it might be able to. j -- Joshua Kugler Lead System Admin -- Senior Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

