> It' going further but fails later on : > > File > "C:\envdev\qooxdoo-0.8.2-sdk\tool\pylib\ecmascript\frontend\tokenizer.py", > line 288, in parseStream > mo = R_ALL.search(content) > RuntimeError: maximum recursion depth exceeded >
That's weird, re.search just get's the next match. So the recursion is probably in applying the R_ALL regexp. I suspect it is still qx.Class where it's failing?! T. > Vincent > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
