1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-11 23:53:21 +00:00
gatecat 3b45174375 pyconsole: Avoid lockup when reading from stdin
Create an empty temporary file for stdin; so reads fail rather than
locking up (otherwise doing help() would be enough to completely lock up
the GUI).

Signed-off-by: gatecat <gatecat@ds0.me>
2021-02-22 10:48:21 +00:00
..
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00
2018-07-05 10:14:19 +02:00
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00
2018-06-28 17:57:26 +02:00

python-console

This is the result of a small side project to write a Qt widget that encapsulates an interactive Python shell.

Quickstart

You should have Qt4 and Python libraries. You will need CMake to build this project as follows:

  1. mkdir build
  2. cmake ..
  3. make

License

This project is licensed under the MIT license.