Hi, 2010/9/9 Andy <[email protected]>: > I'd like to run Django on PyPy JIT. > > Could you give me some instructions on how to do that? I couldn't really find > any documentation in that area.
I suggest to start with the obvious: - Install PyPy - download Django, unpack the archive - in the Django directory, run "pypy setup.py install" And tell us how it behaves! -- Amaury Forgeot d'Arc _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
