[issue14997] Syntax Error in Python Version Number

2012-06-05 Thread cuulblu

cuulblu k...@fivefingerdesigns.com added the comment:

Ned

I entered the commands you gave in the Python (command line). When Idle then 
opened I put test code in and am still getting the same error message. I 
deleted the idlerc folder. I am still getting the same error message.

To expand on the problem, I get the error message when hitting the F5 key. If I 
hit Enter, instead of going to a new line it runs the code, but does not 
produce an error message. I get the same results on all three machines 
mentioned in my original post. I have also installed on an older XP machine, 
which produces the same results. It really makes no sense to me how 4 computers 
can all have the same issue. (Wanders off looking for the nearest wall) I 
downloaded the software from this website. I have tried both 32 bit and 64 bit 
versions. Currently the 64 bit versions are installed on the 64 bit machines. I 
hope to find a solution for this soon as I am getting behind on homework.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14997
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14997] Syntax Error in Python Version Number

2012-06-04 Thread Ramchandra Apte

Ramchandra Apte maniandra...@gmail.com added the comment:

Can you please run IDLE from the cmd line and send the output of it in the cmd 
line.

--
nosy: +ramchandra.apte

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14997
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14997] Syntax Error in Python Version Number

2012-06-04 Thread cuulblu

cuulblu k...@fivefingerdesigns.com added the comment:

Can you please run IDLE from the cmd line and send the output of it in the cmd 
line.

How do I do that?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14997
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14997] Syntax Error in Python Version Number

2012-06-04 Thread Ned Deily

Ned Deily n...@acm.org added the comment:

Try launching Python 2.7 - Python (command line), then in the interactive 
interpreter enter:

import idlelib.PyShell
idlelib.PyShell.main()

Additional error messages may show up in the command line window.  But also try 
renaming or deleting the .idlerc folder in your User folder.  You may have an 
IDLE configuration file with an unexpected value.

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14997
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14997] Syntax Error in Python Version Number

2012-06-03 Thread cuulblu

New submission from cuulblu k...@fivefingerdesigns.com:

When using Idle any code I attempt to test I get a syntax error in the version 
number of the software. Please see the attached image. I have python installed 
on three machines and get the same error on all three. 
All three machines are Windows 7, 64 bit. Two have Intel CPU's. One is an AMD. 
I have tried reinstalling. Same results.

--
components: IDLE
files: python_error.jpg
messages: 162246
nosy: cuulblu
priority: normal
severity: normal
status: open
title: Syntax Error in Python Version Number
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file25813/python_error.jpg

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14997
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com