Hey Can you help me that Where can i find a pyjamas download. Cuz I did not find a download at pyj
On Tuesday, July 3, 2012 9:35:36 AM UTC-5, Daniel Gonzalez wrote: > > Hi, > > I have a function which can receive a dict or a list, and do different > actions depending on the type. I have tried to: > > import types > > But I am getting an error when my application starts up: > > "Activity AttributeError: 'undefined' has no attribute 'CodeType'" > > How can I solve this problem? How can I do introspection in pyjs? > > Thanks, > Daniel >