[issue6842] program run in interpreter, fails at command line

John Van Praag report at bugs.python.org
Sat Sep 5 16:44:10 CEST 2009


New submission from John Van Praag <john at jvp247.com>:

My platform: Win XP.
Program fibo.py from the tutorial runs correctly in the interpreter.
When I run it from the command line I get the following error:

file "fibo.py" line 6
  print(b, end=' ')
              ^

----------
components: Windows
files: fibo.py
messages: 92275
nosy: jvanpraag
severity: normal
status: open
title: program run in interpreter, fails at command line
type: behavior
versions: Python 3.1
Added file: http://bugs.python.org/file14836/fibo.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6842>
_______________________________________


More information about the Python-bugs-list mailing list