Re: [Tutor] help - SyntaxError: Non-UTF-8 code using python 3

2012-08-09 Thread Alan Gauld
On 09/08/12 04:26, Lily Tran wrote: I am getting the following error when I try to run this python program in eclipse. I am running python 3: I see you fixed that,but there are other problems: def MagicEightBallEmulator(): answers = ["As I see it, yes", "Very doubtful"] while

Re: [Tutor] help - SyntaxError: Non-UTF-8 code using python 3

2012-08-08 Thread Lily Tran
Thanks. I found the problem character and was able to resolve it. Lily On 8/8/12 10:10 PM, "Dave Angel" wrote: >On 08/08/2012 11:26 PM, Lily Tran wrote: >> Hello; >> >> >> I am getting the following error when I try to run this python program >>in eclipse. I am running python 3: >> >> >> Fil

Re: [Tutor] help - SyntaxError: Non-UTF-8 code using python 3

2012-08-08 Thread Dave Angel
On 08/08/2012 11:26 PM, Lily Tran wrote: > Hello; > > > I am getting the following error when I try to run this python program in > eclipse. I am running python 3: > > > File "/Users/lilytran/Desktop/python/Ex_Files_Python_3_EssT/Exercise > Files/class_beginner_python/hw3_2_lab6.py", line 30 >

[Tutor] help - SyntaxError: Non-UTF-8 code using python 3

2012-08-08 Thread Lily Tran
Hello; I am getting the following error when I try to run this python program in eclipse. I am running python 3: File "/Users/lilytran/Desktop/python/Ex_Files_Python_3_EssT/Exercise Files/class_beginner_python/hw3_2_lab6.py", line 30 SyntaxError: Non-UTF-8 code starting with '\xd0' in file