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 ([email protected]) <*> 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 _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
