On Jul 12, 2005, at 3:48 AM, João Leão wrote: > I have both Apple's Python (2.3.5) and MacPython 2.4.1 installed > under 10.4.1. > > Before Tiger (Panther + Python 2.3 with Panther addons) i had been > using py2applet to build an application that makes extensive use of > CoreGraphics. As previously noted by others, this module isn't > available through Python 2.4, so my question is: > > How do I tell py2app to build an application using the vendor Python > 2.3.5 (embedded or not) instead of Python2.4? > Can it be done with py2applet?
py2app uses the Python that it was invoked with. Invoke it with Python 2.3 and it will use Python 2.3. For py2applet, you'd have to start it up like /usr/bin/python /usr/local/bin/py2applet. -bob _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
