python-qt-live-coding icon indicating copy to clipboard operation
python-qt-live-coding copied to clipboard

Live coding environment for Python, Qt and QML.

Results 2 python-qt-live-coding issues
Sort by recently updated
recently updated
newest added

Hi, from clean virtualenv with only pyside2 and python-qt-live-coding : ``` ^C(.venv) jimmy@cacahuete:~/tras/python-qt-live-coding$ python_qt_live_coding examples Error importing standalone/module: No module named 'standalone/module' QQmlApplicationEngine failed to load component file:///home/jimmy/tras/.venv/lib/python3.7/site-packages/livecoding/live.qml:31 Type LiveCodingPanel...

The command "python_qt_live_coding" cannot be found. Neither installation by "pip install python-qt-live-coding" nor "python setup.py install" does work as intended. Does anyone encountered that problem before? Do you have a...