ANN: PyQt-Mac installer available

K

Kevin Walzer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

PyQt-Mac is a binary installer of the various components of Qt and PyQt
for Mac OS X. Included are the following:
?
* A complete build of Qt/Mac with QScintilla support.
?
* A compiled binary of Sip, the application that converts Qt's C++ base
into Python bindings.
?
* PyQt.
?
* Eric 3, an integrated development environment (IDE) for Python written
with the PyQt toolkit.

These packages include both compiled binaries and complete source code.

For more information, http://www.wordtech-software.com/pyqt-mac.html.

- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBkeqzJmdQs+6YVcoRApnZAJ4pc/sP2NmybJ6JOb3kSXUaGoBBygCcCHPx
6upq87BzVyaXLpQnyMztv2I=
=57qD
-----END PGP SIGNATURE-----
 
T

Timothy Grant

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

PyQt-Mac is a binary installer of the various components of Qt and PyQt
for Mac OS X. Included are the following:
?
* A complete build of Qt/Mac with QScintilla support.
?
* A compiled binary of Sip, the application that converts Qt's C++ base
into Python bindings.
?
* PyQt.
?
* Eric 3, an integrated development environment (IDE) for Python written
with the PyQt toolkit.

These packages include both compiled binaries and complete source code.

For more information, http://www.wordtech-software.com/pyqt-mac.html.



- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBkeqzJmdQs+6YVcoRApnZAJ4pc/sP2NmybJ6JOb3kSXUaGoBBygCcCHPx
6upq87BzVyaXLpQnyMztv2I=
=57qD
-----END PGP SIGNATURE-----

This is a huge blessing! Thank you so much.

That said I'm having a bit of difficulty.

I believe I followed the instructions correctly including all the
symlinks that were suggested. However, I get an error.


(timothygrant@bastard%) pythonw
~
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: Failure linking new module: libqt-mt.3.dylib: dyld:
/System/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python
can't open library: libqt-mt.3.dylib (No such file or directory,
errno = 2)

Any tips?

Thank you.
 
K

Kevin Walzer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy Grant wrote:
|


| This is a huge blessing! Thank you so much.

| That said I'm having a bit of difficulty.

| I believe I followed the instructions correctly including all the
| symlinks that were suggested. However, I get an error.


| (timothygrant@bastard%) pythonw
| ~
| Python 2.3 (#1, Sep 13 2003, 00:49:11)
| [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
| Type "help", "copyright", "credits" or "license" for more information.

|>import qt

| Traceback (most recent call last):
| File "<stdin>", line 1, in ?
| ImportError: Failure linking new module: libqt-mt.3.dylib: dyld:
|
/System/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python
| can't open library: libqt-mt.3.dylib (No such file or directory,
| errno = 2)



| Any tips?

| Thank you.


I took a look and realized that this build doesn't use
libqt-mt.3.dylib--it is a static build. Try substituting libqt-mt.a and
libqt-mt.la in the symlinks. If this, or something like it, works, I'll
~ update the installation instructions.


- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBkmbwJmdQs+6YVcoRApkoAJ9JMqVxMxxCmUfBISX/1/fC25mO0wCfSKMP
dvHx1gF0HbU/T27COged79E=
=hpO+
-----END PGP SIGNATURE-----
 
K

Kevin Walzer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy Grant wrote:
|


| This is a huge blessing! Thank you so much.

| That said I'm having a bit of difficulty.

| I believe I followed the instructions correctly including all the
| symlinks that were suggested. However, I get an error.


| (timothygrant@bastard%) pythonw
| ~
| Python 2.3 (#1, Sep 13 2003, 00:49:11)
| [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
| Type "help", "copyright", "credits" or "license" for more information.

|>import qt

| Traceback (most recent call last):
| File "<stdin>", line 1, in ?
| ImportError: Failure linking new module: libqt-mt.3.dylib: dyld:
|
/System/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python
| can't open library: libqt-mt.3.dylib (No such file or directory,
| errno = 2)



| Any tips?

| Thank you.


I took a look and realized that this build doesn't use
libqt-mt.3.dylib--it is a static build. Try substituting libqt-mt.a and
libqt-mt.la in the symlinks. If this, or something like it, works, I'll
~ update the installation instructions.


- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBkmbwJmdQs+6YVcoRApkoAJ9JMqVxMxxCmUfBISX/1/fC25mO0wCfSKMP
dvHx1gF0HbU/T27COged79E=
=hpO+
-----END PGP SIGNATURE-----
 
T

Timothy Grant

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy Grant wrote:
|

| This is a huge blessing! Thank you so much.



| That said I'm having a bit of difficulty.

| I believe I followed the instructions correctly including all the
| symlinks that were suggested. However, I get an error.

| (timothygrant@bastard%) pythonw
| ~
| Python 2.3 (#1, Sep 13 2003, 00:49:11)
| [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
| Type "help", "copyright", "credits" or "license" for more information.

|>import qt

| Traceback (most recent call last):
| File "<stdin>", line 1, in ?
| ImportError: Failure linking new module: libqt-mt.3.dylib: dyld:
|
/System/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python
| can't open library: libqt-mt.3.dylib (No such file or directory,
| errno = 2)

| Any tips?

| Thank you.


I took a look and realized that this build doesn't use
libqt-mt.3.dylib--it is a static build. Try substituting libqt-mt.a and
libqt-mt.la in the symlinks. If this, or something like it, works, I'll
~ update the installation instructions.




- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBkmbwJmdQs+6YVcoRApkoAJ9JMqVxMxxCmUfBISX/1/fC25mO0wCfSKMP
dvHx1gF0HbU/T27COged79E=
=hpO+
-----END PGP SIGNATURE-----

Same error after doing that. Do I need to logout and log back in to
build the library list or something? on linux I'd run ldconfig, but
don't know what the equivalent is on OS/X yet.
 
K

Kevin Walzer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy Grant wrote:


| Same error after doing that. Do I need to logout and log back in to
| build the library list or something? on linux I'd run ldconfig, but
| don't know what the equivalent is on OS/X yet.

It looks like PyQt is looking for the libaries in /usr/local/lib instead
of /usr/lib. I have the remnants of old Qt installations scattered on my
machine, which probably explains why it is working for me; those
libraries weren't part of my installer. PyQt seems to require the
dynamic instead of the static libraries.

I'm concerned that simply packaging up the libraries in the installer
might make things unpredictable. I'll have to clean up my Qt
installation and then try everything again. This will take some time,
probably a few days.

I'll post an announcement when the new build is available.

- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBknnEJmdQs+6YVcoRArkMAJ9H8OcdWZN29p1l3hFtne2DstoagQCcCIjQ
Y5Ojy0bB+B+Ujv4vQw9qiYQ=
=505R
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top