I'm using PyPy 1.8 on Windows, and I tried to install Autobahn. I fired up the interpreter, typed in "import autobahn", it crashed with error message: "Fatal Python error: PyThreadState_Get: no current thread pypy..."
Asked
Active
Viewed 640 times
0
-
1I don't think this belongs here, however I think it's fixed on trunk already. – fijal Apr 23 '12 at 16:27
-
@fijal - where does it belong, then? – Glyph Apr 27 '12 at 21:37
-
1pypy bug tracker probably? It seems to be the kind of question that is a problem and then it's fixed, so the question becomes irrelevant – fijal Apr 28 '12 at 01:44
-
I posted it on Google groups but haven't seen any reply after 1 week – Ethan Apr 29 '12 at 07:04
-
Autobahn works with PyPy trunk on Linux and FreeBSD. I haven't tried it on PyPy Windows. – oberstet Jun 01 '12 at 13:40