On 16/03/12 18:52, Boris Vladimir Comi wrote:
*File "/home/mcidasv/JYTHON/TIR.py", line 22
count = count + 1;
^
SyntaxError: invalid syntax*
Error messages indicate where Python found the problem.
Often the real problem is a line or so before that.
In your case you omitted the colon after the
On Fri, Mar 16, 2012 at 2:58 PM, Joel Goldstick
wrote:
> On Fri, Mar 16, 2012 at 2:52 PM, Boris Vladimir Comi
> wrote:
>> Hello, I am writing to request your help in the realization of a script. I
>> am new to this and I'm just learning the wonderful world of python and this
>> has made me a litt
On Fri, Mar 16, 2012 at 2:52 PM, Boris Vladimir Comi
wrote:
> Hello, I am writing to request your help in the realization of a script. I
> am new to this and I'm just learning the wonderful world of python and this
> has made me a little difficult.
>
> Briefly I commented what I intend to do:
>
>