newbee Posted December 8, 2017 Share Posted December 8, 2017 I am trying to run pyqt5 on houdini I am using a mac OS can some one tell me what is the "/path/to/site-packages" I cannt figure out this path # Modify search path import sys sys.path.append("/path/to/site-packages") # Now you can import PyQt5 from PyQt5 import QtWidgets Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted December 8, 2017 Share Posted December 8, 2017 Starting from version 16 Houdini has been switched to Qt5, which means it ships with the libraries so you don't need to use system's ones. from hutil.Qt import QtCore, QtGui, QtWidgets 1 Quote Link to comment Share on other sites More sharing options...
newbee Posted December 8, 2017 Author Share Posted December 8, 2017 thanks stalkerx777 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.