2009/11/27 Christian Heimes <li...@cheimes.de> > Cesare Di Mauro wrote: > > > > You'll find some at page 28 > > here< > http://wpython.googlecode.com/files/Beyond%20Bytecode%20-%20A%20Wordcode-based%20Python.pdf > > > > .. > > > > Mart made more interesting > > ones<http://www.mail-archive.com/python-dev@python.org/msg43282.html > >with > > Unladen benchmarks. > > The PDF document sounded interesting and I was tempted to test WPython. > Unfortunately it doesn't compile on my box: > > [...]
That's because Include/Python-ast.h file is autogenerated from the ASDL grammar file the first time that you try to compile wpython. You need to replace it with the one bundled with wpython. It's a known problem that I'll address ASAP. Cesare
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com