Opened 14 years ago

Last modified 14 years ago

#25063 closed request

Deploying PyQt applications on Mac OS X — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.