Gearbox is not included only because your application doesn't require it, it might run ony WSGI server and usually you don't use gearbox for production. If you want your application to run on gearbox just add gearbox as a dependency of the application itself in setup.py
Bests, Alessandro On Wed, Apr 13, 2016 at 9:45 PM, Jean-Denis Girard <[email protected]> wrote: > Hi list, > > What is the recommended method to package a tg-2.3.8 application? A few > years ago, I remember making an egg and installing it was enough, but it > seems it no longer works, as gearbox does not seem to be included. What > am I missing? > > > Thanks, > -- > Jean-Denis Girard > > SysNux Systèmes Linux en Polynésie française > https://www.sysnux.pf/ Tél: +689 40.50.10.40 / GSM: +689 87.797.527 > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

