or download this
Use of reference "%s" as array index
(W misc) You tried to use a reference as an array index; this probab
+ly
...
ordinarily finds this out from the object reference you supply, but
+you
didn't supply an object reference in this case. A reference isn't a
+n
object reference until it has been blessed. See per- lobj.