On 22 Mar 2006 12:10:49 -0800, Randall Parker wrote:

> 
> TmpErrMsg1 = "State machine %s " (StateMachineName)
> 

TmpErrMsg1 = "State machine %s " % (StateMachineName)

-- 
Richard
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to