Hi everybody,
I wrote a module to automatically reload modules if the source
files have changed.
http://www.krause-software.de/python/index.html
For example you run
python hotswap.py example_wx.py
and change code inside example_wx.py with your favorite IDE/editor.
A split second after you saved the source, you should see the result
of your code changes on the screen.
I tested various combinations of Python-2.2.3, Python-2.3.4,
wxPython-2.4.2.4, wxPython-2.5.2.8 on Windows and Linux successfully
and would like to know if it runs on Mac/OSX.
Have fun,
Michael
···
--
- Michael Krause
- http://www.krause-software.de
- michael@krause-software.de
Michael Krause wrote:
Hi everybody,
I wrote a module to automatically reload modules if the source
files have changed.
Michael Krause Software Development
For example you run
python hotswap.py example_wx.py
and change code inside example_wx.py with your favorite IDE/editor.
Unless it is Boa, in which case one presses yellow arrow to run it, or red arrow to run and debug it
···
A split second after you saved the source, you should see the result
of your code changes on the screen.
I tested various combinations of Python-2.2.3, Python-2.3.4,
wxPython-2.4.2.4, wxPython-2.5.2.8 on Windows and Linux successfully
and would like to know if it runs on Mac/OSX.
Have fun,
Michael
--
- Michael Krause
- http://www.krause-software.de
- michael@krause-software.de
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org