Hi,
=20 I am trying to move an Linux application that uses PyQt to MacOSX (v=
10.4.1). I have downloaded the PyQT-Mac-Tiger installer, run that and ed=
ited my /etc/profile file so that it look like:
# System-wide .profile for sh(1)
PATH=3D"/bin:/sbin:/usr/bin:/usr/sbin:/System/Library/Frameworks/Python.f=
ramework/Versions/2.3/bin""
export PATH
if [ "${BASH-no}" !=3D "no" ]; then
=20 [ -r /etc/bashrc ] && . /etc/bashrc
fi
QTDIR=3D/Developer/qt
PATH=3D$QTDIR/bin:$PATH
DYLD_LIBRARY_PATH=3D$QTDIR/lib:$DYLD_LIBRARY_PATH
export QTDIR PATH DYLD_LIBRARY_PATH
Eric3 will run, but crashes whenever I try to edit its preferences, so I =
cannot complete the instructions for installation on the website. I can =
run my script that I am trying to convert and the main window appears, b=
ut no menus. Can anyone suggest any fixes for either of these problems?
Thanks in advance,
Simon Jarman=20
_________________________________________________________________________=
__
=20 Australian Antarctic Division - Commonwealth of Australia
IMPORTANT: This transmission is intended for the addressee only. If you a=
re not the
intended recipient, you are notified that use or dissemination of this co=
mmunication is
strictly prohibited by Commonwealth law. If you have received this transm=
ission in error,
please notify the sender immediately by e-mail or by telephoning +61 3 62=
32 3209 and
DELETE the message.
=20 Visit our web site at http://www.aad.gov.au/
_________________________________________________________________________=
__
|