Ticket #35052 (closed defect: fixed)
py27-pyqt4 cannot find Assistant.app; possible patch attached
| Reported by: | shm@… | Owned by: | michaelld@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | 2.1.1 |
| Keywords: | haspatch | Cc: | |
| Port: | py27-pyqt4 |
Description
The archives show this had been a problem that was reported before, but I couldn't tell whether what I propose is consistent with the MacPorts process. The code in /opt/local/share/doc/py27-pyqt4/examples/demos/qtdemo/menumanager.py uses the library location as a prefix to locate the Assistant app, but MacPorts installs it in a location the demo code does not expect. I simply put the actual MacPorts location of the Assistant app into the existing test for the darwin/OS X version.
Attachments
Change History
comment:1 Changed 11 months ago by ryandesign@…
- Owner changed from macports-tickets@… to michaelld@…
- Keywords haspatch added; pyqt4 removed
- Milestone MacPorts Future deleted
The patch would need to be changed to not assume ${applications_dir} is /Applications/MacPorts.
Note: See
TracTickets for help on using
tickets.


Context diff showing the suggested patch