Re: [Tutor] getting python 3 to run from the command line (version2)

2009-11-15 Thread Mark Tolonen
-- From: Khalid Al-Ghamdi To: ALAN GAULD Sent: Sunday, 15 November, 2009 18:02:25 Subject: Re: [Tutor] getting python 3 to run from the command line (version 2) Hi, I'm really sorry for this hassle! Python31 (gives error): C:\Users\KE>python Fatal Python error: Py_Initialize: can&

Re: [Tutor] getting python 3 to run from the command line (version 2)

2009-11-14 Thread Mark Tolonen
"Khalid Al-Ghamdi" wrote in message news:dfac564f0911140854v42fa4e0ehe5868517a50ef...@mail.gmail.com... hi all, I realize my question was previous question was phrased, well, vaguely, as I learn from your responses so here's version 2 of my question: i'm running windows vista and have pyth

Re: [Tutor] getting python 3 to run from the command line (version 2)

2009-11-14 Thread Alan Gauld
"Khalid Al-Ghamdi" wrote when i try to code something it just gives me a new line without any processing of the code. (for example:2+2 returns a new line) You mean you get to the >>> prompt? And you type 2+2 you get this: 2+2 With just a newline between your input and the next >>> pr

[Tutor] getting python 3 to run from the command line (version 2)

2009-11-14 Thread Khalid Al-Ghamdi
hi all, I realize my question was previous question was phrased, well, vaguely, as I learn from your responses so here's version 2 of my question: i'm running windows vista and have python 30 ,31 and 26 installed.! when I try to run python form the command line by printing *python *to whichever

Re: [Tutor] getting python 3 to run from the command line

2009-11-14 Thread Alan Gauld
"Khalid Al-Ghamdi" wrote for some reason I haven't been able to get python 3 to work from the the command line. I've added it to the the path in the the system variables but still no luck. when I try to run python 2.6 it works flawlessly, though, bearing in mind that it wasn't added to the s

Re: [Tutor] getting python 3 to run from the command line

2009-11-14 Thread Dave Angel
Khalid Al-Ghamdi wrote: Hi, for some reason I haven't been able to get python 3 to work from the the command line. I've added it to the the path in the the system variables but still no luck. when I try to run python 2.6 it works flawlessly, though, bearing in mind that it wasn't added to the sy

Re: [Tutor] getting python 3 to run from the command line

2009-11-14 Thread Kent Johnson
On Sat, Nov 14, 2009 at 3:40 AM, Khalid Al-Ghamdi wrote: > Hi, > for some reason I haven't been able to get python 3 to work from the the > command line. I've added it to the the path in the the system variables but > still no luck. when I try to run python 2.6 it works flawlessly, though, > beari

Re: [Tutor] getting python 3 to run from the command line

2009-11-14 Thread Mark Tolonen
"Khalid Al-Ghamdi" wrote in message news:dfac564f0911140040y27e0bee5ub02aa2de2b02f...@mail.gmail.com... Hi, for some reason I haven't been able to get python 3 to work from the the command line. I've added it to the the path in the the system variables but still no luck. when I try to run p

[Tutor] getting python 3 to run from the command line

2009-11-14 Thread Khalid Al-Ghamdi
Hi, for some reason I haven't been able to get python 3 to work from the the command line. I've added it to the the path in the the system variables but still no luck. when I try to run python 2.6 it works flawlessly, though, bearing in mind that it wasn't added to the system variables! i'm runni