On 3 Jan, 2008, at 19:28, Tobias Rodäbel wrote:

On Jan 3, 2008, at 5:27 PM, Ronald Oussoren wrote:

I want to do whatever keeps my live as easy as possible, either an umbrella package with small hotfix packages or one package that installs all hotfixes. I also want to keep the addon package as small as possible and don't want to end up shipping a package that patches Apple's install to 2.5.2 (whenever that is released).

Sounds great! BTW, we had a very inspiring discussion on the zope3- dev list last summer regarding system python for *development*. Most people there prefer a separate python tree for each (zope) project. http://www.mail-archive.com/[EMAIL PROTECTED]/msg08490.html

I'm starting to get hooked on virtualenv (to be found on pypi.python.org). This allows you to have seperate python trees based on a single installation. You can, but don't have to, share the global site-packages directory and every install has its own site-packages as well.

This is very convenient when working on several projects, every one can have its own tree without having to install python several times.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to