Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#25063 closed request (invalid)

Deploying PyQt applications on Mac OS X

Reported by: dennis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port:

Description (last modified by mf2k (Frank Schima))

im using mac ports to deploy pyqt applications on osx with py2app. this requires installing macports and running the following:

$ sudo port install python25
$ sudo port install python_select
$ sudo python_select python25
$ sudo port install py25-macholib-devel
$ sudo port install py25-sip
$ sudo port install py25-pyqt4
$ sudo port install py25-py2app-devel
$ sudo port install py25-pyqt

everything installs fine except installing the py25-pyqt package. when i do so i get the following error:

sh-3.2# /opt/local/bin/port -d install py25-pyqt
Error: Port py25-pyqt not found
To report a bug, see <http://guide.macports.org/#project.tickets>

everything else installed fine. im using osx 10.6.3 on a dual-core intel xeon. please help. what can i correct this problem and move on. thanks.

Change History (3)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Port: py25-pyqt removed
Priority: HighNormal

comment:2 Changed 14 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

There is no port named "py25-pyqt". You have already installed what you want, namely py25-pyqt4.

comment:3 Changed 14 years ago by dennis@…

nice thanks.

Note: See TracTickets for help on using tickets.