On Friday, August 14, 2015 at 6:13:37 AM UTC-5, sam.h...@gmail.com wrote:
> On Wednesday, April 22, 2009 at 8:36:21 AM UTC+1, David Cournapeau wrote:
> > On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > > Hi guys,
> > >
> > > I'm new to python, i downloaded version 2.5, opened
On Wednesday, April 22, 2009 at 8:36:21 AM UTC+1, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > Hi guys,
> >
> > I'm new to python, i downloaded version 2.5, opened windows (vista)
> > command line and wrote "python", this should take me to the pyth
On 23 Apr, 02:25, Dave Angel wrote:
> 83nini wrote:
> > Christian,
> > at last i made the bat file (python25.bat) that contains the following
> > contents:
>
> > ---
> > @C:\Python25\python.exe %*
> > ---
>
> > could you tell me how to call python25 in the batch files? what batch
> > files do you
83nini wrote:
Christian,
at last i made the bat file (python25.bat) that contains the following
contents:
---
@C:\Python25\python.exe %*
---
could you tell me how to call python25 in the batch files? what batch
files do you mean? where do i find them?
Your original question was how to get a
83nini wrote:
... at last i made the bat file (python25.bat) that contains the
following contents:
---
@C:\Python25\python.exe %*
---
could you tell me how to call python25 in the batch files? what batch
files do you mean? where do i find them?
"python25.bat" or "python25.cmd" are acceptable n
On 22 Apr, 16:23, 83nini <83n...@gmail.com> wrote:
> On 22 Apr, 13:45, David Cournapeau wrote:
>
> > On Wed, Apr 22, 2009 at 8:43 PM, Christian Heimes wrote:
>
> > > My way doesn't add the dlls to the search path. It allows you to have
> > > multiple python commands at once, too. I have shortcuts
On 22 Apr, 13:45, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 8:43 PM, Christian Heimes wrote:
>
> > My way doesn't add the dlls to the search path. It allows you to have
> > multiple python commands at once, too. I have shortcuts for python24,
> > python25 and python26 on my Windows box.
>
On Wed, Apr 22, 2009 at 8:43 PM, Christian Heimes wrote:
>
> My way doesn't add the dlls to the search path. It allows you to have
> multiple python commands at once, too. I have shortcuts for python24,
> python25 and python26 on my Windows box.
Ah, thanks, that's really useful. I need this too,
David Cournapeau schrieb:
> On Wed, Apr 22, 2009 at 6:24 PM, Christian Heimes wrote:
>
>> I highly recommend against adding C:\Python25 to your %PATH%. You can
>> get the same effect by adding a simple bat file to C:\Windows\System32
>
> I am curious, what's the difference ?
>
> And does this w
On Wed, Apr 22, 2009 at 6:24 PM, Christian Heimes wrote:
>
> I highly recommend against adding C:\Python25 to your %PATH%. You can
> get the same effect by adding a simple bat file to C:\Windows\System32
I am curious, what's the difference ?
And does this work if you want to add it to your user
On 22 Apr, 12:06, 83nini <83n...@gmail.com> wrote:
> On 22 Apr, 11:24, Christian Heimes wrote:
>
>
>
>
>
> > David Cournapeau schrieb:
>
> > > On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > >> Hi guys,
>
> > >> I'm new to python, i downloaded version 2.5, opened windows (vis
On 22 Apr, 11:24, Christian Heimes wrote:
> David Cournapeau schrieb:
>
> > On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> >> Hi guys,
>
> >> I'm new to python, i downloaded version 2.5, opened windows (vista)
> >> command line and wrote "python", this should take me to the py
David Cournapeau schrieb:
> On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
>> Hi guys,
>>
>> I'm new to python, i downloaded version 2.5, opened windows (vista)
>> command line and wrote "python", this should take me to the python
>> command line, but it did not! i'm getting : py
On 22 Apr, 10:31, Tim Golden wrote:
> 83nini wrote:
> > On 22 Apr, 10:04, David Cournapeau wrote:
> >> On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
>
> >>> thanks for the tip, how do i add the path of python into my %PATH%?
> >> >From the command line (and from memory, I don'
83nini wrote:
On 22 Apr, 10:04, David Cournapeau wrote:
On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
thanks for the tip, how do i add the path of python into my %PATH%?
>From the command line (and from memory, I don't use windows regularly):
set PATH=C:\python25;%PATH%
On 22 Apr, 10:04, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
>
> > thanks for the tip, how do i add the path of python into my %PATH%?
> >From the command line (and from memory, I don't use windows regularly):
>
> set PATH=C:\python25;%PATH%
>
> And
--- On Wed, 4/22/09, karlos barlos wrote:
From: karlos barlos
Subject: Re: python command not working
To: "Ben Finney"
Date: Wednesday, April 22, 2009, 3:05 AM
look for envaroment variables__ in system menu__path_paste the
python path in ___- done
i recomend you add s
On 22 Apr, 09:59, Ben Finney wrote:
> 83nini <83n...@gmail.com> writes:
> > I'm new to python, i downloaded version 2.5
>
> What exactly did you download? Give us the URL to the file if possible.
>
> > opened windows (vista) command line and wrote "python"
>
> The Python interpreter and libraries,
On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
>
> thanks for the tip, how do i add the path of python into my %PATH%?
>From the command line (and from memory, I don't use windows regularly):
set PATH=C:\python25;%PATH%
And you can set it up permanently in the advanced settin
83nini <83n...@gmail.com> writes:
> I'm new to python, i downloaded version 2.5
What exactly did you download? Give us the URL to the file if possible.
> opened windows (vista) command line and wrote "python"
The Python interpreter and libraries, like any other application, needs
to be installe
On 22 Apr, 09:36, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > Hi guys,
>
> > I'm new to python, i downloaded version 2.5, opened windows (vista)
> > command line and wrote "python", this should take me to the python
> > command line, but it did n
On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> Hi guys,
>
> I'm new to python, i downloaded version 2.5, opened windows (vista)
> command line and wrote "python", this should take me to the python
> command line, but it did not! i'm getting : python is not an internal
> command
22 matches
Mail list logo