pelijah

Results 25 comments of pelijah

We have `CutterCore::message()` https://github.com/radareorg/cutter/blob/master/src/core/Cutter.cpp#L722

So you can just use `cutter.message()` instead of `print()`.

Python and plugins are initialized before MainWindow. So we have to change the order.

As I see rsp plugin is untested and unmaintained. Maybe we should move it to the extras?

Just a guess: `jupyter` module wasn't installed.

Prebuilt version of Cutter for Windows is shipped with bundled Python 3. Possible solutions: a) Install `jupyter` module to its subdir: `python - m pip install -I -t %CUTTER_DIR%\python36\site-packages jupyter`...

Broken dependencies. IIRC it is not related to Cutter.

Maybe system `pip` corrupts some modules. Bundled Python should have own `pip`.

There is no such feature yet...