I want Python Launcher to run a python script for me. So i opened Python Launcher and then Preferences. Launcher preferences wants the path to my installed version of python to run the script. I entered /opt/local/bin/py thonw3.1 as the path to python. Maybe I should be pointing at /opt/local/bin/python3.1 instead? When I Get Information on them they are both aliases to python3.1 or pythonw3.1 in the /opt/local/library/Frameworks/... Maybe these are Symlinks?
On Thu, Sep 27, 2012 at 11:49 AM, Brandon Allbery <[email protected]>wrote: > On Thu, Sep 27, 2012 at 12:26 PM, M. Daniel Becque <[email protected]>wrote: > >> I've got Python 3.1 installed by macports. I want to set up Python >> Launcher. Is this the correct path to add to my preferences, >> /opt/local/bin/pythonw3.1? The only reason I ask is that this is an alias >> . >> > > What variety of path, and your preferences for what? > /opt/local/bin/pythonw3.1 is an executable. > > 2@haral:40131 Z$ ls -l /opt/local/bin/pythonw2.7 >> >> lrwxr-xr-x 1 root wheel 74 Jul 9 12:31 /opt/local/bin/pythonw2.7@ -> >>> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7 >> >> 2@haral:40132 Z$ ls -lL /opt/local/bin/pythonw2.7 >> >> -rwxr-xr-x 1 root wheel 9280 Apr 19 03:56 /opt/local/bin/pythonw2.7* >> >> > (using 2.7 since that's what I have installed, but 3.1 uses the same setup) > > -- > brandon s allbery [email protected] > wandering unix systems administrator (available) (412) 475-9364 vm/sms > >
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
