Re: Error running any script in IDLE

2013-04-04 Thread Mark Lawrence
On 04/04/2013 16:16, mattgrav...@gmail.com wrote: Im fairly new to Python. I was trying to run a script using IDLE and it came back with an error and immediately shut down. After this, every script I tried to test within IDLE would do the same. I wrote the following script: while True x =

Re: Error running any script in IDLE

2013-04-04 Thread Chris Angelico
On Fri, Apr 5, 2013 at 2:33 AM, wrote: > Thanks Chris, that worked. Like I said, I'm fairly new to python so I am > still learning the ins and outs. Thank you. No probs. You provided all the information needed to solve the problem, for which I am very much appreciative. All the best! ChrisA -

Re: Error running any script in IDLE

2013-04-04 Thread mattgraves7
Thanks Chris, that worked. Like I said, I'm fairly new to python so I am still learning the ins and outs. Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: Error running any script in IDLE

2013-04-04 Thread Chris Angelico
On Fri, Apr 5, 2013 at 2:16 AM, wrote: > Im fairly new to Python. I was trying to run a script using IDLE and it came > back with an error and immediately shut down. After this, every script I > tried to test within IDLE would do the same. I wrote the following script: > > while True > x =

Error running any script in IDLE

2013-04-04 Thread mattgraves7
Im fairly new to Python. I was trying to run a script using IDLE and it came back with an error and immediately shut down. After this, every script I tried to test within IDLE would do the same. I wrote the following script: while True x = input("test") It seems simple enough to not be