Re: [Tutor] Syntax Errors

2006-01-03 Thread Jason Massey
Danny! Thanks!  It's the tab vs spaces, alright. I use tabs for my spacing and I was touching a part of the code that a co-worker wrote.  Guess what he uses?  Spaces. Thanks for that insight and I'll be sure to read up on the command line options. On 1/3/06, Danny Yoo <[EMAIL PROTECTED]> wrote:

Re: [Tutor] Syntax Errors

2006-01-03 Thread Danny Yoo
On Tue, 3 Jan 2006, Jason Massey wrote: > I've just finished ripping out a bunch of lines in one of my wxPython > programs. Testing it out I get: > > C:\Python24>tla2.py > File "C:\Python24\tla2.py", line 412 > self.grid.SetCellValue(0,0,"Site") > ^ > SyntaxError: invalid syntax > > T

[Tutor] Syntax Errors

2006-01-03 Thread Jason Massey
I've just finished ripping out a bunch of lines in one of my wxPython programs.  Testing it out I get: C:\Python24>tla2.py   File "C:\Python24\tla2.py", line 412     self.grid.SetCellValue(0,0,"Site")     ^ SyntaxError: invalid syntax There's nothing wrong with that line.  I didn't even touch it