libmagic python fails to work on pypy (python-magic) it uses ctypes and easy-install try to download and instaill it , but it fails.
how to enable ctypes on pypy? On 11/27/10, Leonardo Santagada <[email protected]> wrote: > On Fri, Nov 26, 2010 at 11:12 PM, Phyo Arkar <[email protected]> > wrote: >> I just tested a simple hello world page in web2py and i dont see speed >> improvment yet.. >> >> pages comes up in 16-18ms in normal python , and in pypy 22-25 >> >> >> I just run directly via command $pypy web2py.py >> >> am i doing something wrong? need some extra command line options? > > The pypy jit is always on, what you could do is maybe warm up the > page, like making 100 requests and then measuring the next 10 requests > would make a more interesting benchmark. > > > -- > Leonardo Santagada > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
