Re: [Tutor] Ipython and refreshing changed modules

2007-06-11 Thread Thorsten Kampe
* Alan Gauld (Mon, 11 Jun 2007 13:27:41 +0100) > "Andy Cheesman" <[EMAIL PROTECTED]> wrote > > > I've written. After a code modification, is there an easy, quick way > > to > > refresh changed modules? > > Look at the reload() function. ...and the deep reload option (which is the primary functi

Re: [Tutor] Ipython and refreshing changed modules

2007-06-11 Thread Alan Gauld
"Andy Cheesman" <[EMAIL PROTECTED]> wrote > I've written. After a code modification, is there an easy, quick way > to > refresh changed modules? Look at the reload() function. Alan G ___ Tutor maillist - Tutor@python.org http://mail.python.org/m

[Tutor] Ipython and refreshing changed modules

2007-06-11 Thread Andy Cheesman
Dear People Silly question, I'm using Ipython and importing python modules which I've written. After a code modification, is there an easy, quick way to refresh changed modules? I've googled for the solutions but the answers does not seem clear! Andy _