A wrapper of matplotlib and wxPython (phoenix)
Project description
Welcome to mwxlib project! The mwxlib is the Python package based on matplotlib/wx and wxPython shell extension.
For more information please refer to the Readme file and demos.
How to use
mwx.deb is wx.py.shell-base inspector used for debugging in the target process.
>>> import mwx; mwx.deb()
It is very easy to include the shell in your wxPython application.
>>> self.inspector = mwx.ShellFrame(self, target=self)
As you are diving into the python process, you can watch, inspect, and debug the target.
Enjoy diving!
- memo:
mwxlib creates ~/.mwxlib/ in your home directory. This includes history, logs, dump files used to report when an error occurs.
- memo:
At the first startup, it takes some time to collect module information and create a dictionary. The collected module name is used for completion at the time of input in the shell. If you start the shell while pressing [C-S-], the dictionary will be recreated.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.