2011/6/2 Timothy Baldridge <[email protected]>:
> What does error mean, when running the translator against my rpython code?
>
> [translation:ERROR] AttributeError': 'FrozenDesc' object has no
> attribute 'rowkey'
>
> Can anyone give me some insight?
>
> Thanks.
>
> Timothy
>
>
> The code:
>
> class Runtime(Obj):
> def __init__(self):
> Obj.__init__(self)
> self.defs = dict()
There's no dict() type in RPython. Use {}. (Yes, obscure).
--
Regards,
Benjamin
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev