Hi, all

We build a bundle with py2app and we would like to make it extensible so
users could install on demand other python packages into the python
framework included in the bundle, for example by running easy_install.

Is there a recommended way of doing that? I noticed that the site.py file
included in the bundle is not complete so when I tried using the --user
command line option or setting the $PYTHONHOME, I got an error.

Thanks,

-- Emanuele.
_______________________________________________
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