It might just be an import issue, check that you have from myproject.lib import app_globals, helpers
At top of your app_cfg.py On Mon, Feb 8, 2016 at 7:29 PM, Petru Ciobanu <[email protected]> wrote: > Hi to everyone. > > I'm trying to bring again to live an old project ... since TG version > 2.1b2... migrating it to current version of TG, version 2.3 > > one of warning message I have now is: > WARNI [tg.configuration.app_config] app_globals not provided and > lib.app_globals.Globals class is not available. > > and as consequence, all global variable defined in lib.app_globals.Globals > are not accessible during application live time. > > can you help me to understood what is the configuration I should look at > in order to solve this problem? > > -- > Petru Ciobanu > > -- > 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.

