[python-win32] syntax?
Aahz
aahz at pythoncraft.com
Sat Jan 16 01:55:35 CET 2010
On Fri, Jan 15, 2010, Alex Hall wrote:
>
> I am getting a "syntax error" on the line
> def sayUsedRam():
> and I am not sure why. Nothing is wrong with that line, but I was playing
> with the preceeding function when this started happening. Does anyone see
> anything obvious about these two functions that would cause an error? I
> do not always trust errors with line numbers to give me the right line
> number.
You probably have an indentation error, but I can't tell because the code
from your message had completely messed up indentation.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur." --Red Adair
More information about the python-win32
mailing list