Installing QtVCP
- Pro_El
- 
				  
- Offline
- Premium Member
- 
				  
- Posts: 93
- Thank you received: 3
Thanks for Great support
Please Log in or Create an account to join the conversation.
- tommylight
- 
				  
- Away
- Moderator
- 
				  
- Posts: 20843
- Thank you received: 7106
 
			Please Log in or Create an account to join the conversation.
- phillc54
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
- Posts: 5711
- Thank you received: 2093
 at it.
 at it.			Please Log in or Create an account to join the conversation.
- tommylight
- 
				  
- Away
- Moderator
- 
				  
- Posts: 20843
- Thank you received: 7106
Please Log in or Create an account to join the conversation.
- phillc54
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
- Posts: 5711
- Thank you received: 2093
I would not know where to start, and i have developed a huge amount of disgust for QT, but it does result in some nice looking stuff, so ....
Haha, I am slowly beginning to like it.
Please Log in or Create an account to join the conversation.
- phillc54
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
- Posts: 5711
- Thank you received: 2093
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- 
				  
- Posts: 915
- Thank you received: 216
libpyqt5_py2.so.tar.gz not found in /usr/lib/python2.7/dist-packages/qtvcp/designer/x86_64/qt5.11/
I can confirm that there is no qt5.11 folder within /usr/lib/python2.7/dist-packages/qtvcp/designer/x86_64/
(there is a qt5.5, qt5.7 and qt5.9 however)
how would one compile / find libpyqt5_py2.so.tar.gz for qt5.11?
(I am running the latest master of linuxcnc V2.9.0-pre0-3502-gc4065a899 installed via buildbot [not RIP], installed qtcvp via phil's script in the first post (+ reinstalled the following just to make sure I did not miss something)
sudo apt-get reinstall qttools5-dev-tools -y
sudo apt-get reinstall qttools5.dev -y
sudo apt-get reinstall libpython-dev -ytrying to work my way through this:
linuxcnc.org/docs/devel/html/gui/qtvcp.h..._sheet_custom_screen
thanks,
Please Log in or Create an account to join the conversation.
- phillc54
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
- Posts: 5711
- Thank you received: 2093
github.com/LinuxCNC/linuxcnc/tree/master...signer/x86_64/qt5.11
I noticed another issue with the script today that I am working on and should fix tomorrow but it is related to run in place installs.
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- 
				  
- Posts: 915
- Thank you received: 216
I get the feeling I am so close.
('Qtvcp python plugin found:', '/home/rob/.designer/plugins/python/qtvcp_plugin.py')
[QtDesigner][INFO] Logging to "/home/rob/qtdesigner.log" (logger.py:100)
[QtDesigner.QTVCP.WIDGETS.MDI_HISTORY][DEBUG] MDI History file created: /home/rob/.axis_mdi_history (mdi_history.py:72)
ICE default IO error handler doing an exit(), pid = 6058, errno = 32
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- 
				  
- Posts: 915
- Thank you received: 216
 and it seems to fire up with all of the linuxcnc bits
  and it seems to fire up with all of the linuxcnc bitsThe following messages when starting from terminal:
rob@RobsCNC:~$ designer -qt=5
('Qtvcp python plugin found:', '/home/rob/.designer/plugins/python/qtvcp_plugin.pyc')
[QtDesigner][INFO] Logging to "/home/rob/qtdesigner.log" (logger.py:100)
tool_mmap_user(): file open fail: No such file or directory
tool_mmap_user(): no mmap file,continuing
mmap tool data not available, continuing emc/usr_intf/axis/extensions/emcmodule.cc
[QtDesigner.QT5_GRAPHICS][WARNING] linuxcnc staus failed, Assuming linuxcnc is not running so using fake status for a XYZ machine (qt5_graphics.py:214)
Please Log in or Create an account to join the conversation.
