[pypy-svn] r59849 - pypy/trunk/pypy/doc

antocuni at codespeak.net antocuni at codespeak.net
Mon Nov 10 15:12:51 CET 2008


Author: antocuni
Date: Mon Nov 10 15:12:50 2008
New Revision: 59849

Modified:
   pypy/trunk/pypy/doc/maemo.txt
Log:
if you try to translate with py2.4 it crashes, so for now we just put python
2.5 as a requirement



Modified: pypy/trunk/pypy/doc/maemo.txt
==============================================================================
--- pypy/trunk/pypy/doc/maemo.txt	(original)
+++ pypy/trunk/pypy/doc/maemo.txt	Mon Nov 10 15:12:50 2008
@@ -141,9 +141,9 @@
 
     python translate.py --platform=maemo --opt=mem
 
-This will last some 30-60 minutes on most machines.  For compiling 
-the C source code PyPy's tool chain will use our scratchbox/Maemo 
-cross-compilation environment.  
+You need to run translate.py using Python 2.5.  This will last some 30-60
+minutes on most machines.  For compiling the C source code PyPy's tool chain
+will use our scratchbox/Maemo cross-compilation environment.
 
 When this step succeeds, your ``goal`` directory will contain a binary called
 ``pypy-c`` which is executable on the Maemo device. To run this binary



More information about the Pypy-commit mailing list