Changes between Version 21 and Version 22 of Wisdom/Python


Ignore:
Timestamp:
03/12/13 11:11:21 (13 years ago)
Author:
jps@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Python

    v21 v22  
    8181 >>> reload(<blah>)
    8282
     83But be warned that this only works for the simplest packages. If you change a python module that is called by any other module, you will have to reload all the modules in the appropriate order, which can be quite the headache. For more on this see [http://stackoverflow.com/questions/684171/how-to-re-import-an-updated-package-while-in-python-interpreter this stackoverflow question].
     84
    8385
    8486=== Astropy ===