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
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_
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
>
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