Re: [Tutor] python error

2013-06-23 Thread Alexander
On Wed, Jun 19, 2013 at 11:58 AM, Jack Mcgarry < iliketurtles...@googlemail.com> wrote: > Hello ,I am contacting you because I have this bug with my python that > needs solving. You see i coded this program when i was learning to do > graphical coding (still am) and i was using pygame, you may be

Re: [Tutor] Python Error

2012-10-17 Thread Dave Angel
On 10/05/2012 11:55 PM, Benjamin Lee wrote: > Hello, > I am using python to calculate distances across the cell. > I used this command: python calculate_distances.py > This was the response: > Traceback (most recent call last): > file "calculate_distances.py" line 4, in > import celltool.simple_

Re: [Tutor] python error: IndentationError: expected an indented block

2006-11-08 Thread Kent Johnson
Antonios Katsikadamos wrote: > hi all. I try to run an old python code and i get the following message > > File "/home/antonis/db/access.py", line 119 > def DoCsubnet1 (action, subject, target, args): # DoC > servers net > ^ > IndentationError: expected an indented block >

Re: [Tutor] python Error: IndentationError: expected an indented block.

2006-11-08 Thread Kent Johnson
Antonios Katsikadamos wrote: > hi all. I am using python 2.4. I have to run an older python code and > when i run it i get the following message > > IndentationError: expected an indented block. > > 1)what does this mean? > 2)how can i overcome this problem Python uses indentation to delimit bl