[Pythonmac-SIG] How to build an app which includes non-standard
Python packages?
Jerome
jeremy.knope at gmail.com
Tue Aug 10 16:10:25 CEST 2004
using the bundlebuilder you can tell it to include modules/libraries
it's not very perfect tho, i usually get annoyed, and tell it just to
include any base stuff, then copy the Imaging, pyGame, or whatever
module i want into Resources next to my script manually by getting it
from /Library/Python/2.3/ or wherever
--jerome
On Mon, 9 Aug 2004 14:12:48 PDT, Bill Janssen <janssen at parc.com> wrote:
> I'd like to distribute an app built on Python which uses several
> non-standard Python packages: Medusa, ReportLab, PIL. I plan to
> insist on Panther, and so use the standard /usr/bin/python. Where in
> my app should I place the extra packages? Somewhere under Resources?
> Is there anything special I need to do when building them to make sure
> they work with the vanilla system Python when the app is installed on
> another machine? Is there a write-up which explains this?
>
> Bill
> _______________________________________________
> Pythonmac-SIG maillist - Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
More information about the Pythonmac-SIG
mailing list