[PyQt] PyQT Universal Binary - MAC Intel & PPC
Anita Diliberto
ADiliberto at evertz.com
Wed Jun 13 17:08:30 BST 2007
I want to be able to create one binary that will run on both machines
though.
-----Original Message-----
From: Carlos Gonçalves [mailto:carlos at pinguix.com]
Sent: Wednesday, June 13, 2007 12:01 PM
To: pyqt at riverbankcomputing.com
Subject: Re: [PyQt] PyQT Universal Binary - MAC Intel & PPC
Em Quarta, 13 de Junho de 2007, o Anita Diliberto escreveu:
> I have created a PyQt application using Qt4.1.1 and PyQt4 and Python2.4
> on a MAC Intel. I am using py2app to create an executable. I can run the
> executable on the Mac Intel, but I can't seem to run it on the MAC
PowerPC.
> Any suggestions on how I would do this?
It doesn't work because you have compiled in a x86 machine and you are
trying
to run in a ppc machine. Try compile in a ppc machine and run it, should
work.
--
Regards,
Carlos Gonçalves
_______________________________________________
PyQt mailing list PyQt at riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list