Re: [Python-Dev] Cross compiling Python (for Android)

2014-10-26 Thread Stefan Krah
Frank, Matthew I intel.com> writes:   > 4. Module _decimal is failing to compile.  The problem is that it has >    a header called memory.h.  Android's libc has the problem that >    /usr/include/stdlib.h includes .  But the build system >    puts -I. on the include path before the system dirs (a

Re: [Python-Dev] Cross compiling Python (for Android)

2014-10-24 Thread Guido van Rossum
Hi Frank, Nobody has responded to you yet, but don't feel discouraged by that! The core Python development group consists mostly of people who don't develop mobile apps in their day jobs, and they may feel reluctant to maintain changes that they can't personally test. (And I don't expect it would

Re: [Python-Dev] Cross-compiling python and PyQt

2012-06-06 Thread anatoly techtonik
On Wed, Jun 6, 2012 at 12:35 AM, Terry Reedy wrote: > On 6/5/2012 4:24 PM, Tarek Sheasha wrote: >> >> Hello, >> I have been working for a long time on cross-compiling python for >> android I have used projects like: >> http://code.google.com/p/android-python27/ >> >> I am stuck in a certain area,

Re: [Python-Dev] Cross-compiling python and PyQt

2012-06-05 Thread Terry Reedy
On 6/5/2012 4:24 PM, Tarek Sheasha wrote: Hello, I have been working for a long time on cross-compiling python for android I have used projects like: http://code.google.com/p/android-python27/ I am stuck in a certain area, when I am cross-compiling python I would like to install SIP and PyQt4 on

Re: [Python-Dev] Cross Compiling Python

2007-03-20 Thread Martin v. Löwis
> I have to cross compile Python to run on Arm processor based MontaVista > Linux. > If anyone has tried this already, please let me know the procedure. Dear Kiran, The python-dev mailing list is for the development *of* Python, not for the development *with* Python; use python-list@python.org

Re: [Python-Dev] cross compiling python for embedded systems

2005-10-23 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > How could I build the python interpreter for an embedded linux target system > (arm9 based), cross-compiling on a linux PC host? No. news:comp.lang.python (aka: mailto:python-list@python.org) would be the right list. This would be the right list for the question "I mad

Re: [Python-Dev] cross compiling python for embedded systems

2005-10-23 Thread jepler
There's a patch on sourceforge for cross compiling. I haven't used it personally. http://sourceforge.net/tracker/index.php?func=detail&aid=1006238&group_id=5470&atid=305470 Jeff pgpzVmD49shTu.pgp Description: PGP signature ___ Python-Dev mailing lis