just wondering how most people go about distributing maya python scripts, when there are dependencies to thigns like pyqt and pyside, or if anyone knows of ways to have something similar to a mzp file so i can distribute as one file instead of separate python classes.
Replies
If I was in this situation I would tell them in comments at the top of the script that they have to have pyqt libs in their path.