qtpyvcp
qtpyvcp copied to clipboard
QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
Following up on this ticket I filed: https://github.com/kcjengr/probe_basic/issues/63 Ok reading the codebase I think the best bet is to totally abstract the controller. I see `linuxcnc` pretty much everywhere so...
1. Ich kann in Probebasic keine Werkzeugtabelle(Tolls) speichern, wenn ich auf speichern gehe, kommt immer folgende Fehlermeldung Ich habe heute Probebasic neu, nach folgender vorgehensweise Installiert: https://kcjengr.github.io/probe_basic/quick_start.html ## Traceback ```python...
``` Traceback (most recent call last): File "/home/cnc/.local/bin/qtpyvcp", line 8, in sys.exit(main()) File "/home/cnc/.local/lib/python3.9/site-packages/qtpyvcp/app/__init__.py", line 73, in main opts = parse_opts(__doc__) File "/home/cnc/.local/lib/python3.9/site-packages/qtpyvcp/utilities/opt_parser.py", line 104, in parse_opts opts = DotDict({arg.strip('-').replace('-',...
(Please fill in this issue template with as much information as you can about the circumstances under which the issue occurred, and the steps needed to reproduce it.) ## Steps...
(Please fill in this issue template with as much information as you can about the circumstances under which the issue occurred, and the steps needed to reproduce it.) ## Steps...
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 27: ordinal not in range(128)
(Please fill in this issue template with as much information as you can about the circumstances under which the issue occurred, and the steps needed to reproduce it.) ## Steps...
(Please fill in this issue template with as much information as you can about the circumstances under which the issue occurred, and the steps needed to reproduce it.) ## Steps...
(Please fill in this issue template with as much information as you can about the circumstances under which the issue occurred, and the steps needed to reproduce it.) ## Steps...
``` UPDATING build/lib.linux-x86_64-2.7/qtpyvcp/_version.py set build/lib.linux-x86_64-2.7/qtpyvcp/_version.py to 'v0.3.7' running install_lib copying build/lib.linux-x86_64-2.7/qtpyvcp/_version.py -> /usr/local/lib/python2.7/dist-packages/qtpyvcp byte-compiling /usr/local/lib/python2.7/dist-packages/qtpyvcp/_version.py to _version.pyc running install_data error: can't copy 'pyqt5designer/Qt5.7.1-64bit/libpyqt5_py2.so': doesn't exist or not a regular file...
Currently the docs are built whether or not they need to be, and in the case of tagged commits are built twice. It would be best to check if any...