[Pythonmac-SIG] newbie Mac switcher trying to set up django on Intel MacBook Pro Tiger
Tobias Rodäbel
tobias.rodaebel at mac.com
Thu Jan 3 19:28:06 CET 2008
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/zope3-dev@zope.org/msg08490.html
A current Zope Components (formerly known as Zope3) based Application
crashes with Leopard's system python because of the twisted package,
which brings in a dated zope.interface egg (BTW, the unpacked egg as
well).
I'm extensively using zc.buildout for my projects. And not only for
zope development. I love to have an unpolluted reconstructible python
environment for each project and leaving the system python untouched.
I am now thinking about setting up a buildout for Leopard's python.
Cheers,
Tobias
More information about the Pythonmac-SIG
mailing list