Re: [Tutor] Syntax Error Messages

2010-10-22 Thread David Hutto
What my buddy pal is saying, is that you should start at the beginning. I first downloaded x version of python to x operating system, then I tried this tutorial with these explicit modules/requirements(which I may or not have) then progress to the smaller aspects, like this won't iterate, or that d

Re: [Tutor] Syntax Error Messages

2010-10-22 Thread Steven D'Aprano
On Sat, 23 Oct 2010 05:49:07 am Terry Green wrote: > I found this script when looking at the CVS module and loaded > It into PyScripter, but get: Syntax Error: Invalid Syntax > Cannot figure out why and Googleing for help doesn't help > > Any ideas? No, no, don't show us the actual error that you

Re: [Tutor] Syntax Error Messages

2010-10-22 Thread Hugo Arts
On Fri, Oct 22, 2010 at 8:49 PM, Terry Green wrote: > Am new to Python, and having difficulty with Error Messages > > I ‘m using Python 3.1 > > And PyScripter as my editor > > > > I want to process a comma delimited file one line at a time and > Interact with the fields within each line. > I found