Seite 1 von 1

PyPy 1.2 release

Verfasst: Donnerstag 18. März 2010, 11:13
von jens
PyPy v1.2 ist seid ein paar Tagen released: http://pypy.org/

Irgendwer schon mit rum gespielt?

Mal virtualenv probiert, läuft aber spontan nicht:

Code: Alles auswählen

V:\workspace\PyLucid09\PyLucid_env\bin>d:\pypy\pypy.exe activate_this.py
Traceback (most recent call last):
  File "?", line 33, in run_toplevel
  File "activate_this.py", line 21, in <module>
    sys.real_prefix = sys.prefix
AttributeError: 'module' object has no attribute 'prefix'

Verfasst: Donnerstag 18. März 2010, 13:17
von HerrHagen
Ich habe die Windows-Binary ganz normal unter Windows installiert und es läuft alles ohne Probleme.

Freut mich das es endlich mal ein richtiges Release gibt, das nur über irgendwelche SVN-Verrenkungen beziehbar ist. Das bestärkt mich in der Hoffnung das aus PyPy doch mehr wird, als ein Projekt von rein akademischem Interesse.

MFG HerrHagen

EDIT: Merke gerade das ich mich verlesen habe. Mit virtualenv hab ich es nicht probiert. :oops:

Verfasst: Donnerstag 18. März 2010, 14:08
von mkesper
Hey, sieht echt interessant aus! Sandboxing, Microthreads, sogar Channels.