On Friday 10 June 2011 20:29:53 Irmen de Jong wrote: > On 10-6-2011 9:17, Alexandre Fayolle wrote: > > On Thursday 09 June 2011 23:11:09 Irmen de Jong wrote: > >> Hi, > >> > >> I tried to run Pyro4's test suite in Pypy. > >> It didn't work very well (better on Linux than on Windows, but still). > >> > >> Is there anyone here that has experience with Pypy? > > > > I think you should ask on the pypy-dev mailing list (CC'ed) or on the > > #pypy irc channel. You will certainly get answers for the kind folks > > over there. > > Thanks Alexandre, I will probably do that once I've narrowed down the > things that didn't work. I've found and fixed 1 problem so far; Pypy > doesn't seem to like unicode keyword arguments; "TypeError: keyword cannot > be encoded to ascii".
This used to be an issue with python < 2.6.? (http://bugs.python.org/issue2646). It may not have been changed in recent versions of pypy. -- Alexandre Fayolle LOGILAB, Paris (France) Formations Python, CubicWeb, Debian : http://www.logilab.fr/formations Développement logiciel sur mesure : http://www.logilab.fr/services Informatique scientifique: http://www.logilab.fr/science _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
