I have refactored some sympy code which has caused errors when converting with pyjamas but it seems that i need to refactor all exec calls. Pyjamas does not support exec calls.
Can someone of the dev team say how much effort it would need to refactor all exec statements? On 22 Sep., 21:40, dennis <[email protected]> wrote: > Hi, > > Is there a way to compile sympy to javascript using pyjamas or another py/js > compiler? > > Pyjamas states that it could compile pure python projects, but I get an > error when I try compiling sympy with it. > (Translating: core/facts.py [...] AttributeError:AssTuple instance has no > attribute 'name') > > Any ideas? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
