Ticket #9246 (closed: fixed)
Some PyQt4 modules are missing on Windows
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
We used to be selective about what Qt libraries we shipped on windows but now we just ship everything. It seems, however, that we are missing some PyQt4 libraries.
We should add them as they don't contribute to much and it also means we can use the QTest module on Windows.
Change History
comment:4 Changed 7 years ago by Martyn Gigg
- Status changed from inprogress to verify
- Resolution set to fixed
There is no branch as all changes are in the 3rd party repositories. To test you will need to run the fetch_Third_Party.bat script.
On windows this import in Python inside MantidPlot should now work:
import PyQt4.QtTest
Note: See
TracTickets for help on using
tickets.