Ticket #9246 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Martyn Gigg

  • Status changed from new to assigned

comment:2 Changed 7 years ago by Martyn Gigg

  • Status changed from assigned to inprogress

Add missing PyQt4 modules

Refs #9246

Changeset: f458c384be12fb5386695191a7ea437bf292b7d9

comment:3 Changed 7 years ago by Martyn Gigg

Add missing PyQt4 modules.

Refs #9246

Changeset: acd0b6b41420e3e40bb6360888d96037c6baecdc

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

comment:5 Changed 7 years ago by Roman Tolchenov

  • Status changed from verify to verifying
  • Tester set to Roman Tolchenov

comment:6 Changed 7 years ago by Roman Tolchenov

  • Status changed from verifying to closed

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10089

Note: See TracTickets for help on using tickets.