[web2py] Re: Import application from staging to production server

2017-11-20 Thread Anthony
On Sunday, November 19, 2017 at 10:03:12 PM UTC-5, Peter wrote: > > > I don't understand the 'local_import' in this line > > pygal = local_import('pygal') >> >> > Can't find it in the documentation for web2py, pygal or searching python > local_import... > local_import was deprecated after

[web2py] Re: Import application from staging to production server

2017-11-19 Thread Peter
I don't understand the 'local_import' in this line pygal = local_import('pygal') > > Can't find it in the documentation for web2py, pygal or searching python local_import... but pygal works for me using just... import pygal > -- Resources: - http://web2py.com - http://web2py.com/book