I'm trying to get this compiled & running on my machine, a G5 OS X
10.4.7 machine. I have python 2.4.3 install fine.
QT 3.3.6 MT is installed.
QScintilla 1.65 installed
sip 4.4.5 installed
PyQt 3.16 installed.
Eric 3.9.1: when I try to install this, I get the follwoing error:
dusty > sudo python install.py
Sorry, please install QScintilla and/or reinstall
PyQt with QScintilla support.
Error: Failure linking new module:
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/qtext.so:
Library not loaded: libqscintilla.6.dylib
Referenced from:
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/qtext.so
Reason: image not found
When I look at qtext.so, I see this:
dusty > otool -L qtext.so
qtext.so:
/Library/Frameworks/Python.framework/Versions/2.4/Python
(compatibility version 2.4.0, current version 2.4.0)
libqscintilla.6.dylib (compatibility version 6.0.0, current
version 6.0.0)
libqt-mt.3.dylib (compatibility version 3.3.0, current version
3.3.6)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0,
current version 7.4.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.1.6)
So it looks as if libqt & libqscintilla are being looked for in the
current directory, instead of an absolute path. Any ideas how that
happened?
QScintilla is installed, as is PyQt. I'm not sure what information
would be needed to help diagnose this. Any assistance appreciated.
_______________________________________________
PyKDE mailing list PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde