Results 1 to 2 of 2

Thread: Need help : PyQT 4.8.5 installation on mac 10.6.8

  1. #1
    Join Date
    Sep 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Exclamation Need help : PyQT 4.8.5 installation on mac 10.6.8

    Hallo all,

    I am stucked with the installation of PyQT 4.8.5. (SIP 4.12.4 and QScintilla 2.5.1 are installed, qt version 4.7.4, Python 2.6.1).
    it doesn't go further than determining the layout of a Qt installation, frozen for hours.

    python configure.py --use-arc x86_64 --verbose

    Determining the layout of your Qt installation...
    /opt/local/bin/qmake -spec macx-g++ -o qtdirs.mk qtdirs.pro
    make -f qtdirs.mk
    /usr/bin/g++-4.2 -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.6 -Wall -W -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/local/include/QtCore -I/opt/local/include -o qtdirs.o qtdirs.cpp
    /usr/bin/g++-4.2 -headerpad_max_install_names -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.6 -o qtdirs.app/Contents/MacOS/qtdirs qtdirs.o -L/opt/local/lib -lQtCore
    qtdirs.app/Contents/MacOS/qtdirs

    and no further.

    Any idea what has gone wrong?

    tried homebrew, macports, fink - all the same. Frozen at some point and the installation is never completed.

    Thanks in advance.

  2. #2
    Join Date
    Sep 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Need help : PyQT 4.8.5 installation on mac 10.6.8

    Looks like I am going to answer my own question
    Apparently, the path to qmake was not specified.

    running

    python configure.py -q /usr/bin/qmake --use-arch x86_64

    solves the problem.

Similar Threads

  1. Replies: 0
    Last Post: 20th January 2011, 10:31
  2. Upgrading from PyQt 4.5 to PyQt 4.7
    By RogerCon in forum Installation and Deployment
    Replies: 0
    Last Post: 14th July 2010, 18:52
  3. Replies: 2
    Last Post: 18th March 2010, 00:18
  4. PyQt... What am I doing wrong?!
    By Richie in forum Newbie
    Replies: 2
    Last Post: 4th September 2009, 17:14
  5. PyQt
    By helvin in forum Newbie
    Replies: 1
    Last Post: 15th April 2009, 08:56

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.