On Tue, Jul 22, 2008 at 12:05 PM, Walter Cruz <[EMAIL PROTECTED]> wrote: > Guido Van Rossum has published a zipimport for appengine, this could > shirnk the package a lot ;)
The problem is that Pylons is not zip safe according to Ben because it uses __file_. I've also heard Mako can't load templates from a zipped egg. WebHelpers might be safe if you ignore the __file__'s in the deprecated rails asset tag module. That would save a lot of files. (Of course you can delete the whole rails subpackage if you're not using it.) -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
