python command not working

2009-04-22 Thread 83nini
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, external command, program, or command file. anybody has a clue how do i so

Re: python command not working

2009-04-22 Thread 83nini
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

Re: python command not working

2009-04-22 Thread 83nini
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&q

Re: python command not working

2009-04-22 Thread 83nini
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): &

Re: python command not working

2009-04-22 Thread 83nini
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%? > >

Re: python command not working

2009-04-22 Thread 83nini
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) > >> comman

Re: python command not working

2009-04-22 Thread 83nini
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, > >

Re: python command not working

2009-04-22 Thread 83nini
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. >

Re: python command not working

2009-04-22 Thread 83nini
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 > > > m

Re: python command not working

2009-04-23 Thread 83nini
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 pytho

Python not importing mysqldb

2009-04-24 Thread 83nini
hi guys, i've been sweating the whole day trying to make python work with mysql but in vain! i'm doing the following: 1. visiting http://sourceforge.net/projects/mysql-python 2. dowloading mysql-python-test-1.2.3c1 3. extracting the files to C:\Python26\Lib\site-packages 4. writing "import MySQLdb

Re: Python not importing mysqldb

2009-04-25 Thread 83nini
On 25 Apr, 18:35, Marco Bizzarri wrote: > On Fri, Apr 24, 2009 at 10:04 PM, 83nini <83n...@gmail.com> wrote: > > hi guys, > > > i've been sweating the whole day trying to make python work with mysql > > but in vain! > > i'm doing the following: > &