pypy
How to install twisted 10.2.0 with pypy 1.4.1?
I can\'t install twisted 10.2.0 to my ubuntu box. After download twisted source I issue the command: pypy setup.py install. After that I receive the error:[详细]
2023-02-14 02:19 分类:问答GUI library for PyPy
Is there presently any GUI library that can be used开发者_运维问答 for development in PyPy?There is no GUI working with PyPy as of now, except wxPython (blog post). I use web-based UIs for stuff that[详细]
2023-02-11 17:51 分类:问答Developing PyPy's Rpython as a general programming language [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-10 23:18 分类:问答How to use PIL with PyPy?
I searched a little bit but I couldn\'t find a tuto to use PIL with PyPy. According to PyPy\'s blog, PIL is supported.[详细]
2023-02-08 02:48 分类:问答How to import rlib in an rpython program to be translated using pypy's rpython
I am trying to do some file io in a program to be compiled with pypy\'s translate tool. Since open and os.open are not supported, I need rlib.streamio. I tried to do import rlib but it gives the follo[详细]
2023-02-06 22:53 分类:问答How to initialize a set() in code to be compiled as pypy's rpython?
I want to compile some python code using pypy\'s rpython translator. A very simple toy example that doesn\'t do anything :[详细]
2023-02-05 20:22 分类:问答trying to clone pypy's mercurial repo on windows
Trying to clone the pypy repo on my windows machine for some reason.I have mercurial installed, but I do not have svn installed.I know they just did the migration, but I didn\'t think I would need svn[详细]
2023-01-31 18:06 分类:问答Can PyPy/RPython be used to produce a small standalone executable?
(Or, \"Can PyPy/RPython be used to compile/translate Python to C/C++ without requiring the Python runtime?\")[详细]
2023-01-26 23:55 分类:问答How can I annotate a class in pypy?
I am using pypy to translate some python script to C language. Say that I have a python class like this:[详细]
2023-01-26 00:51 分类:问答Where is the entry-point of the C code generating by pypy
I\'m using PyPy to translate some python code to C code. I wrote a very simple script as below: def main():[详细]
2023-01-25 10:47 分类:问答