Re: [web2py] Pypy 2.0 beta2 - is there anyone testing this with web2py?

2013-04-28 Thread Niphlod
current trunk passes all tests on pypy 1.9. https://travis-ci.org/web2py/web2py/jobs/6692704 On Sunday, April 28, 2013 5:17:07 AM UTC+2, Evan Phelps wrote: I also get the error but from a different line in dal.py. Could you send me your patch so that I can see if I'm experiencing the same

Re: [web2py] Pypy 2.0 beta2 - is there anyone testing this with web2py?

2013-04-27 Thread Evan Phelps
I also get the error but from a different line in dal.py. Could you send me your patch so that I can see if I'm experiencing the same issue? Or has it already been implemented in the web2py source (I didn't see a reference to it in the bugs list)? running: * Python 2.7.3 (c13457babbfb, Apr

[web2py] Pypy 2.0 beta2 - is there anyone testing this with web2py?

2013-04-07 Thread David Marko
Is there anyone testing Pyp with web2py. Is it usable now or in future as faster plarfotm? http://morepypy.blogspot.cz/2013/04/pypy-20-beta-2-released.html -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and

[web2py] Pypy 2.0 beta2 - is there anyone testing this with web2py?

2013-04-07 Thread Derek
i tested with 1.9. worked without scheduler. no gevent though, so i stayed away from implementing it. should work with 2.0 -- --- 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,

Re: [web2py] Pypy 2.0 beta2 - is there anyone testing this with web2py?

2013-04-07 Thread Alfonso de la Guarda
Hi, Well i get an error type 'exceptions.TypeError' unbound method __setattr__() must be called with int instance as first argument (got Reference instance instead) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. Traceback

Re: [web2py] Pypy 2.0 beta2 - is there anyone testing this with web2py?

2013-04-07 Thread Niphlod
you're right, there's a typo in dal.py. Patch sent to Massimo. On Sunday, April 7, 2013 8:54:51 PM UTC+2, Alfonso de la Guarda Reyes wrote: Hi, Well i get an error type 'exceptions.TypeError' unbound method __setattr__() must be called with int instance as first argument (got Reference