Re: How to get started in GUI Programming?

2005-11-30 Thread Rod Furey
[EMAIL PROTECTED] wrote: > Can anyone offer any suggestions as to the least painful way forwards? I learnt more in half-an-hour with these lectures than days reading the book and I've been writing programs of all sorts for more than 25 years. http://wiki.python.org/moin/Intro_to_programming_wit

Re: syntax error

2006-01-10 Thread Rod Furey
Sheldon wrote: > SyntaxError: invalid syntax > > Now I know that there is no synthax error with that line of code. I > have also checked for indentations errors. I think that the error is > something else. Can anyone point me in the right direction? What > triggers such erroneous errors in Python