Re: [Tutor] problem with class overloading (maybe it's just me)

2005-10-24 Thread Matt Richardson
Danny Yoo wrote: > Hope this helps! Helped a lot. Shows that syntax errors aren't always visible (like whitespace) and that I should know better than to attempt anything before having at least one cup of coffee. Thanks! Matt -- Matt Richardson IT Consultant College of Arts and Letters CSU S

Re: [Tutor] problem with class overloading (maybe it's just me)

2005-10-24 Thread Danny Yoo
> this one fails: > [EMAIL PROTECTED]:~/wxpy$ cat helloWorld.py > > #!/usr/bin/python Hi Matt, Ah, good for showing that cat command: it gave enough hints that we can tell what's going on. Take out the leading empty space in your file; it's interfering with the magic line '#!/usr/bin/python'.

[Tutor] problem with class overloading (maybe it's just me)

2005-10-24 Thread Matt Richardson
Hi all, I've started the wxPython tutorials and have hit a problem already. When run from IDLE or by calling the script from the command line with [EMAIL PROTECTED]:~/wxpy$ python helloWorld.py the script works fine, generating a small text editor. Making the file executable and including the