Message 1 of 2

Not applicable
03-31-2018
06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to learn so PySide for Maya 2017 and from first step it was already a bit frustrating.
from PySide2 import QtGui
button = QtGui.QPushButton()
- 'module' object has no attribute 'QPushButton'
Anybody knows something about it ?
Solved! Go to Solution.