Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42763
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Error running any script in IDLE |
| Date | 2013-04-04 17:12 +0100 |
| References | <bb3ec5db-e9e3-46e5-8404-e29805c149ed@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.106.1365091813.3114.python-list@python.org> (permalink) |
On 04/04/2013 16:16, mattgraves7@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 = input("test")
>
I see you've already got an answer but you didn't run the above code as
you'd get a syntax error. As you're new I'll leave you to find out where :)
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Error running any script in IDLE mattgraves7@gmail.com - 2013-04-04 08:16 -0700
Re: Error running any script in IDLE Chris Angelico <rosuav@gmail.com> - 2013-04-05 02:29 +1100
Re: Error running any script in IDLE mattgraves7@gmail.com - 2013-04-04 08:33 -0700
Re: Error running any script in IDLE Chris Angelico <rosuav@gmail.com> - 2013-04-05 02:38 +1100
Re: Error running any script in IDLE mattgraves7@gmail.com - 2013-04-04 08:33 -0700
Re: Error running any script in IDLE Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-04-04 17:12 +0100
csiph-web