From: Kevin W. <sw...@wo...> - 2005-06-28 14:41:42
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm not sure what the problem is with your menu, but your setup doesn't look quite right with bash. It's not recommended that you hack the system-level /etc/profile file: try setting up ~/.profile as outlined in the web page. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.kevin-walzer.com http://www.smallbizmac.com. mailto:sw...@wo... Simon Jarman wrote: | Hi, | I am trying to move an Linux application that uses PyQt to MacOSX | (v10.4.1). I have downloaded the PyQT-Mac-Tiger installer, run that and | edited my /etc/profile file so that it look like: | | # System-wide .profile for sh(1) | | PATH="/bin:/sbin:/usr/bin:/usr/sbin:/System/Library/Frameworks/Python.framework/Versions/2.3/bin"" | export PATH | | if [ "${BASH-no}" != "no" ]; then | [ -r /etc/bashrc ] && /etc/bashrc | fi | QTDIR=/Developer/qt | PATH=$QTDIR/bin:$PATH | DYLD_LIBRARY_PATH=$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, | but no menus. Can anyone suggest any fixes for either of these problems? | | Thanks in advance, | Simon Jarman | | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCwWGhJmdQs+6YVcoRAij3AJwJuw4U80G8PkmAMuhbHwTyILDxIQCfSOF4 jmOYoWacqiX8MdsyGYvyerE= =XFF9 -----END PGP SIGNATURE----- |