Ticket #1709 (closed: fixed)
Fix Windows and Mac installers to deploy the complete PyQt4 module, including sub-modules
Reported by: | Mathieu Doucet | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
Currently, only the top level modules of PyQt4 are copied to the installed application. The uic sub-module is not copied. The whole directory structure of PyQt4 should be copied to the installed application.
Change History
comment:2 Changed 10 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Mathieu Doucet
comment:3 Changed 10 years ago by Mathieu Doucet
- Owner changed from Mathieu Doucet to Martyn Gigg
The Mac version is fixed. Martyn fixed the Windows installer. I'm assigning the ticket to him to double-check.
comment:5 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Confirmed. The PyQt4 distribution is now complete and has also been updated to v4.5.4
comment:6 Changed 10 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
Note: See
TracTickets for help on using
tickets.
(In [6651]) Copy complete PyQt4 to installed Mac app (not just top level modules). Re #1709