[Pythonmac-SIG] Interpreter not initialized

Scott Frankel leknarf at pacbell.net
Sun Jun 7 17:45:01 CEST 2009


Yes, it turned out to be a $PATH problem.
Thanks!
Scott


On Jun 5, 2009, at 6:54 PM, Ned Deily wrote:

> In article <F29D7293-ACDC-49F1-B34F-3A2EF5671377 at pacbell.net>,
> Scott Frankel <leknarf at pacbell.net> wrote:
>> Is there a way to coerce python_select?  Does python_select
>> require bash?
>
> python_select essentially only affects the command
> /opt/local/bin/python.  If the path /opt/local/bin doesn't come before
> /usr/bin on your $PATH, then when you type "python", you'll still get
> the system python.
>
> Try explicitly invoking the desired python, like this:
>
> $ cd /path/to/app/direcotry
> $ /opt/local/bin/python2.6 setup.py py2app
>
> That should work regardless of $PATH and of the python_select setting.
>
> -- 
> Ned Deily,
> nad at acm.org
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig




More information about the Pythonmac-SIG mailing list