On Fri, Mar 4, 2011 at 8:57 AM, André Sintzoff <andre.sintz...@gmail.com>wrote:

> 2011/3/4 Aahz <a...@pythoncraft.com>:
> >
> > You need to download from python.org; using the built-in Python causes
> > py2app to behave differently.
>
> I just tried to install MacPython
> (http://pythonmac.org/packages/py25-fat/dmg/python-2.5-macosx.dmg)
> according to
>
> Unfortunately, I have some issues regarding paths...
> I got the following import error when launching my application:
> ImportError: No module named PyQt4.uic.Compiler
>
>
Library installs are version-specific, so you will have to reinstall all of
the libraries that your program uses so that the python.org install can see
them.

-Chris
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to