Re: [Dpgui-user] Console output
Status: Beta
Brought to you by:
wordtech
|
From: Kevin W. <sw...@wo...> - 2005-08-10 14:07:58
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 That's very weird. It means Port Authority isn't seeing Python on your system. That call is to /usr/bin/python, which is Apple's system installation of Python (I don't specify the directory because /usr/bin is part of the default path that app bundles search). Can you run Python in Terminal just to make sure it's installed? Try "python" or "/usr/bin/python". The only reason that I can think of (apart from a corrupted OS install) that /usr/bin/python wouldn't be on your system is that you opted to not install the BSD subsystem. If that's the case, then I'd advise installing the BSD subsystem. Cheers, Kevin Walzer, PhD WordTech Software http://www.wordtech-software.com http://www.kevin-walzer.com sw at wordtech-software.com Lorin Rivers wrote: | Still not getting your replies... | | Odd. | | Anyway, here's the result after uncommenting the console line as you suggested. | | couldn't execute "python": no such file or directory | while executing | "exec python -c "from Carbon import AH; import os; path = | \"/Applications/Port\ Authority/Port\ Authority.app\"; | AH.AHRegisterHelpBook(path)"" | (procedure "init" line 14) | invoked from within | "init" | (file "/Applications/Port Authority/Port | Authority.app/Contents/Resources/Scripts/portauthority.tcl" line 29) | invoked from within | "source [file join [file dirname [info script]] portauthority.tcl]" | () 1 % | | | ------------------------------------------------------- | SF.Net email is Sponsored by the Better Software Conference & EXPO | September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices | Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA | Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf | _______________________________________________ | Dpgui-user mailing list | Dpg...@li... | https://lists.sourceforge.net/lists/listinfo/dpgui-user | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC+go7JmdQs+6YVcoRAp03AJwO2H/YHl53ISfHGNCySSsAWMgE7gCghnck NydaVJZ2acCa1KQgmFpOs5A= =xO7m -----END PGP SIGNATURE----- |