Re: Clearing a session and reload() problem (with repro error)

2008-09-10 Thread Rafe
On Sep 10, 2:28 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 10 Sep 2008 00:56:43 -0300,Rafe<[EMAIL PROTECTED]> escribió: > > > > > On Sep 9, 11:03 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > > wrote: > >> En Mon, 08 Sep 2008 05:37:24 -0300,Rafe<[EMAIL PROTECTED]> escribió: > >> .

Re: Clearing a session and reload() problem (with repro error)

2008-09-10 Thread Gabriel Genellina
En Wed, 10 Sep 2008 00:56:43 -0300, Rafe <[EMAIL PROTECTED]> escribió: On Sep 9, 11:03 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: En Mon, 08 Sep 2008 05:37:24 -0300,Rafe<[EMAIL PROTECTED]> escribió: ... This dependency between modules, applied to all modules in your project, defines a "d

Re: Clearing a session and reload() problem (with repro error)

2008-09-09 Thread Rafe
On Sep 9, 11:03 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 08 Sep 2008 05:37:24 -0300,Rafe<[EMAIL PROTECTED]> escribió: > ... > This dependency between modules, applied to all modules in your project, > defines a "dependency graph". In some cases, one can define a partial > orderi

Re: Clearing a session and reload() problem (with repro error)

2008-09-09 Thread Gabriel Genellina
En Mon, 08 Sep 2008 05:37:24 -0300, Rafe <[EMAIL PROTECTED]> escribió: I've tried to use reload with a very simple algorithm. Simply run through every imported module, ignoring anything that is "None" or on the C: drive (all of our python is on a network drive so this hack works for me for now)