the obvious suspects sqlite (packed into pypy), postgresql (through mariano's pg8000, shipped with web2py), mysql (through pymysql, shipped with web2py) work on on pypy.
Recently we added pypy as an additional environment in our CI environment (so it's a "close-watched-fellow-environment") that leverages travis-ci: trunk runs fine on it. On Tuesday, April 16, 2013 11:50:59 PM UTC+2, Derek wrote: > > > > On Tuesday, April 16, 2013 1:43:13 PM UTC-7, Arnon Marcus wrote: >> >> Yup. As noted, there is a proliferation of c-extensions binding to >> various event-loop implementations - no "native" one, not until 2014, that >> is... :) >> >> Still, it shows how doable things are even now for web2py the way it is... >> >> I'm not sure if Pypy is relevant to web2py... Can it run on it? I mean, >> the problem is obviousely that c-extensions for c-python an not run in >> RPython (Pypy), right? I mean, what is the status about, say, >> database-drivers? >> >> Yes, It runs just fine on PyPy. Thanks to Massimo's planning on having > almost everything as a 'python only' module. PyPyodbc was added not too > long ago, which allows you to use odbc databases in a pure python > environment. Also, pypy does have some support for c extensions. It's not > fast, but it works. > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

