Changes between Version 21 and Version 22 of Wisdom/Python
- Timestamp:
- 03/12/13 11:11:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Python
v21 v22 81 81 >>> reload(<blah>) 82 82 83 But 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 83 85 84 86 === Astropy ===
