On Thu, Jul 17, 2008 at 6:32 AM, Alberto Valverde <[EMAIL PROTECTED]> wrote: > This is a known issue that has been solved in the development version. It > was caused when I declared that tw.forms egg was zip safe until someone > reported that mako cannot load templates from zipped eggs so I removed the > zip_safe flag.
Darn it. This is going to be an issue if people have to zip packages to get under App Engine's 1000-file limit, and also for py2exe/py2app (I'm working on a Pylons app with a wxPython desktop mode). I still need to do more testing to see how much of a limitation unzippability will be. -- 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 -~----------~----~----~----~------~----~------~--~---
