On Monday 19 April 2010 11:22:10 Sergei Beilin wrote: > Hi Ilya! > > On 9 апр, 23:55, Ilya Sterin <[email protected]> wrote: > > One of my issues is that I think I want to deploy as an egg vs. > > We deploy via svn :) Mostly because changes are daily :) > > > Well, first, my static files are packaged in the egg file and I don't > > want to (at least at this point) serve them directly from apache. Is > > there a way to serve these statics from an egg? > > Static files seem not to be egg-safe. Just unpack the egg.
Just specify zip_safe=False in the setup.py will accomplish that. Diez -- 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.

