zackfuqua / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

Invaild Syntax #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

I have recently downloaded JES Version 4.3 (java) as used in 3ed of the Python 
Media Computation book by M Guzdial and Barbara Ericson.
 I am running Windows 8.1

 If I type in:
>>> print 34 + 56 and as Save as a file, then hit ENTER, then OPEN PROGRAM, 
then LOAD PROGRAM,
 I should get according to the book:

>>> print 34 + 56
90

 The result I get is:

 >>> 
======= Loading Progam =======
Invalid syntax
Your code contains at least one syntax error, meaning it is not legal jython.
The error is on line 1
>>> 

Thanks in advance,

 Peter.

Original issue reported on code.google.com by pf4...@gmail.com on 23 Feb 2015 at 6:11