At our site we run IRIX, UNICOS, Solaris, Tru64, Linux, cygwin and
other unixy OSes.
We have python installed in a number of different places:
/bin/python
/usr/local/bin/python
/usr/bin/python
/opt/freeware/Python/Python-2.5.1/bin/python
~mataap/platform/python/python-2.5.1
So I cannot assume a
On May 6, 9:06 pm, Ben Finney <[EMAIL PROTECTED]>
wrote:
> "Wojciech Walczak" <[EMAIL PROTECTED]> writes:
> > 2008/5/6, Banibrata Dutta <[EMAIL PROTECTED]>:
> > > > Use /usr/bin/env. If env is not in /usr/bin, put a link to it there.
>
> > > So why not put symlink to Python over there on all mac
On May 8, 7:38 am, globalrev <[EMAIL PROTECTED]> wrote:
> i have a rough understanding of lambda but so far only have found use
> for it once(in tkinter when passing lambda as an argument i could
> circumvent some tricky stuff).
> what is the point of the following function?
>
> def addn(n):
>
On May 3, 12:16 pm, smitty1e <[EMAIL PROTECTED]> wrote:
> Just a fun exercise to unify some of the major input methods for a
> script into a single dictionary.
> Here is the output, given a gr.conf file in the same directory with
> the contents stated below:
>
How about extending this to include
On May 8, 10:34 am, [EMAIL PROTECTED] wrote:
>
> >>> HeightDistrib = (170, 20)
>
That should be
> >>> HeightDistrib = Gaussian(170, 20)
--
http://mail.python.org/mailman/listinfo/python-list
On May 8, 6:11 pm, Duncan Booth <[EMAIL PROTECTED]> wrote:
>
> No, no, no, no, no!
>
Geez. Go easy.
> You have got it entirely wrong here. Your XOR function simply returns a
> function which gives you the result of xoring the parameters AT THE TIME
> WHEN YOU ORIGINALLY CREATED IT. I'm guessing