Martijn Faassen wrote: > With a package in the 'zope' namespace, what am I supposed to do when I > install it? Symlink it into lib/python of my Zope 3 software home?
For the record: no. You can simply have multiple directories for a namespace package when you use 'pkgutil'. See http://python.org/doc/current/lib/module-pkgutil.html. So you'd have SOFTWARE_HOME/lib/python/zope and also INSTANCE_HOME/lib/python/zope. Philipp _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
