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
> 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'.
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