Message 1 of 5

Not applicable
12-19-2019
10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I load up 2020 and try to run some tools I had written in Python for 2018 and I get this error:
No module named Qt #
So I do a quick test and notice this:
In 2018:
From Qt import QtGui
In 2020:
From qt import QtGui
So it seems that the Qt library is now named qt with a lowercase Q? Is this correct? Why the hell would Autodesk do this? Seems like an arbitrary name change that messes up a lot of code.
Solved! Go to Solution.