Remove Qt.py as an external dependancy #156
Labels
builld system
Related to the Build system for the project.
user interface
Related to a User Interface (Maya or Qt)
Milestone
Problem
The Qt.py is currently an external dependency, and is currently installed in the PYTHON_PATH globally.
This is not ideal, since our Qt.py version may override or conflict with the currently installed version.
Instead, we should ensure the Qt.py version used in mmSolver is an internal dependency and is installed at
import mmSolver.Qt.QtGui as QtGui
, rather than outside mmSolver (import Qt.QtGui as QtGui
)Software Versions
This change will be made in a minor version update - not a patch level update.
The text was updated successfully, but these errors were encountered: