[web2py] Re: Some say local_import is deprecated. Is it?

2011-10-14 Thread Massimo Di Pierro
This is similar to what web2py/gluon/custom_import.py does. On Oct 14, 8:13 pm, Bruno Rocha wrote: > 2011/10/14 seongjoo > > > track_changes() is a very nice feature to have. It's somewhat tricky > > to deal with python module import while in development. I would love > > to have track_changes()

Re: [web2py] Re: Some say local_import is deprecated. Is it?

2011-10-14 Thread Bruno Rocha
2011/10/14 seongjoo > track_changes() is a very nice feature to have. It's somewhat tricky > to deal with python module import while in development. I would love > to have track_changes() like dynamic reloading (reload only if there > is some changes in the module) for basic python. look this:

[web2py] Re: Some say local_import is deprecated. Is it?

2011-10-14 Thread seongjoo
track_changes() is a very nice feature to have. It's somewhat tricky to deal with python module import while in development. I would love to have track_changes() like dynamic reloading (reload only if there is some changes in the module) for basic python. On 10월15일, 오전5시59분, Bruno Rocha wrote: >

[web2py] Re: Some say local_import is deprecated. Is it?

2011-10-14 Thread seongjoo
Oh, I think the original comment was from you. Thank you for the clarification. On 10월14일, 오후3시24분, Bruno Rocha wrote: > It is still supported and should work, but it is deprecated and encouraged > to use the new import system > > On Fri, Oct 14, 2011 at 3:22 AM, seongjoo wrote: > > While solvin