On Thu, Aug 4, 2011 at 6:12 PM, Noufal Ibrahim <nou...@gmail.com> wrote: > Senthil Kumaran <sent...@uthcode.com> writes: > >> On Wed, Aug 03, 2011 at 03:05:47PM -0600, Gopalakrishnan Subramani wrote: >>> Based on my understanding, I may not need PyPy for general programming and >>> small websites experiments as of now. >> >> Just try it! Install pypy and symlink your /usr/local/bin/python to >> pypy interpreter. The whole point is, you won't see the difference. > > Unless you use C extensions. :)
Support for C extension is improving in PyPy. Here is a small list which is known to work with PyPy: https://bitbucket.org/pypy/compatibility/wiki/CCompatible They have made progress on a complex C extension like wxPython: http://morepypy.blogspot.com/2010/05/running-wxpython-on-top-of-pypy.html Here is a big list of libraries/frameworks which works in PyPy: https://bitbucket.org/pypy/compatibility/wiki/Home Now a days I prefer to use 'ctypes' based extensions, so that it will work across CPython,PyPy,Jython & IronPython. Regards, Baiju M _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers