Py-pyobjc version 1.4 - How to Download and Install on Mac OS X
Wednesday the 17th of March, 2010

    py-pyobjc  most recent diff


    version 1.4

      View the most recent changes for the py-pyobjc port at: py-pyobjc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-pyobjc.
      The raw portfile for py-pyobjc 1.4 is located here:
      http://py-pyobjc.darwinports.com/dports/python/py-pyobjc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py-pyobjc


      The py-pyobjc Portfile 57646 2009-09-14 13:55:51Z jmr macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-pyobjc
      Version: 1.4
      Category: python devel
      license MIT
      Maintainers: nomaintainer
      Platform: darwin
      Description: bidirectional bridge between python and Objective C
      Long Description: The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.

      Homepage: http://pyobjc.sourceforge.net/
      Master Sites: http://pyobjc.sourceforge.net/software/
      distname pyobjc-${version}
      Checksums: sha1 6f83b13b78e19f390709eaedf3004c81d983dc5d

      if {${os.major} > 8} {
      pre-fetch {
      return -code error "PyObjC 1.4 is for Mac OS X 10.4 and lower. On 10.5, use py-pyobjc2 instead."
      }
      }

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt License.txt NEWS.html NEWS.txt README.txt ReadMe.html ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html
      file delete ${destroot}${prefix}/share/doc/${name}/examples
      file copy ${worksrcpath}/Examples ${destroot}${prefix}/share/doc/${name}/examples
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/py-pyobjc
      % sudo port install py-pyobjc
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching py-pyobjc
      ---> Verifying checksum for py-pyobjc
      ---> Extracting py-pyobjc
      ---> Configuring py-pyobjc
      ---> Building py-pyobjc with target all
      ---> Staging py-pyobjc into destroot
      ---> Installing py-pyobjc
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py-pyobjc with these commands:
      %  man py-pyobjc
      % apropos py-pyobjc
      % which py-pyobjc
      % locate py-pyobjc

     Where to find more information:

    Darwin Ports



    Lightbox this page.