This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Littlejohn
Recipients Littlejohn
Date 2013-05-15.16:20:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368634836.7.0.999902243519.issue17982@psf.upfronthosting.co.za>
In-reply-to
Content
New to Python, acquired Raspberry PI. Upgraded and now have IDLE and IDLE3.
Python 3.2.3 (default, Mar 1 2013, 11:53:50) (GNU 4.6.3] on Linux2

First task, New Window to create "Hello, World!"
Using IDLE3, created file helloworld.py
Using Run/ Check Module - failed with syntax error on the closing double-quote
Tried space before ending double-quote - failed
Tried reducing string to "Hello" - failed
Removed training end-of-line - failed

Closed IDLE3 and started IDLE
Loaded file as before - worked as expected

Restarted IDLE3 - still failed

Tried command-line "python helloworld.py" - worked as expected

Any ideas ?
History
Date User Action Args
2013-05-15 16:20:36Littlejohnsetrecipients: + Littlejohn
2013-05-15 16:20:36Littlejohnsetmessageid: <1368634836.7.0.999902243519.issue17982@psf.upfronthosting.co.za>
2013-05-15 16:20:36Littlejohnlinkissue17982 messages
2013-05-15 16:20:36Littlejohncreate