This is the result of a small side project to write a Qt widget that encapsulates an interactive Python shell.
You should have Qt4 and Python libraries. You will need CMake to build this project as follows:
- mkdir build
- cmake ..
- make
This project is licensed under the MIT license.