[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] README buglet
From: |
Eric Blossom |
Subject: |
Re: [Discuss-gnuradio] README buglet |
Date: |
Sun, 13 Aug 2006 14:01:23 -0700 |
User-agent: |
Mutt/1.5.9i |
On Fri, Aug 11, 2006 at 04:49:00PM -0400, Greg Troxel wrote:
>
> Also, ./configure fails to find py-wxWidgets because it invokes
> 'python', and NetBSD has only some of python2.3 and python2.4 (for 2.0
> to 2.4). It seems the main python check works, so probably the py-wx
> check should use something like ${PYTHON} instead. Even on systems
> that have a default, this is scary because configure might have chosen
> a non-default version (but maybe this can't happen). My system has
> 2.3 and 2.4, and py24-wxWidggets. I can python2.4 and 'import wx;'
> with no errors.
>
This seems like a strange convention (no python, just python2.3,
python2.4, etc). What is the recommended magic to put at the top of
python scripts? We've been using "#!/usr/bin/env python"
Eric