[SciPy-user] Newbie and Old matlab user

Alan G Isaac aisaac at american.edu
Thu Oct 13 09:29:51 EDT 2005


On Thu, 13 Oct 2005, Samuel CIA apparently wrote: 

> in source1.py there is : 
> from source2 import * 
> and source1 use source2 functions 

...

> My problem is when I edit source1 and source2, run command take in 
> account the modification in source1py, 
> but don't take in account in the modofiction in source2.py 

To save time when working at the interpreter, modules must 
be explicitly reloaded:
http://docs.python.org/lib/built-in-funcs.html#reload

hth,
Alan Isaac






More information about the SciPy-User mailing list