[Python-Dev] Cross-compiling python and PyQt

anatoly techtonik techtonik at gmail.com
Thu Jun 7 01:18:51 CEST 2012


On Wed, Jun 6, 2012 at 12:35 AM, Terry Reedy <tjreedy at udel.edu> 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, when I am cross-compiling python I would
>> like to install SIP and PyQt4 on the cross-compiled python, I have tried
>> all the possible ways I could think of but have had no success. So if
>> you can help me by giving me some guidelines on how to install
>> third-party software for cross-compiled python for android I would be
>> very helpful.
>
>
> This is off-topic for pydev list (which is for development *of* Python
> rather than development *with*). I suggest python-list (post in text only,
> please) or other lists for better help.

Yes. And try PySide - it's been ported to distutils, so if distutils
supports cross-compiling you may have better luck there.
--
anatoly t.


More information about the Python-Dev mailing list