Changes between Initial Version and Version 1 of Ticket #25063


Ignore:
Timestamp:
May 28, 2010, 10:10:02 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25063

    • Property Priority changed from High to Normal
    • Property Port py25-pyqt removed
  • Ticket #25063 – Description

    initial v1  
    11im using mac ports to deploy pyqt applications on osx with py2app.  this requires installing macports and running the following:
    22
     3{{{
    34$ sudo port install python25
    45$ sudo port install python_select
     
    910$ sudo port install py25-py2app-devel
    1011$ sudo port install py25-pyqt
     12}}}
    1113
    1214everything installs fine except installing the py25-pyqt package.  when i do so i get the following error:
    1315
     16{{{
    1417sh-3.2# /opt/local/bin/port -d install py25-pyqt
    1518Error: Port py25-pyqt not found
    1619To report a bug, see <http://guide.macports.org/#project.tickets>
     20}}}
    1721
    1822everything 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.