On Thu, Feb 28, 2008 at 11:26 PM, Martin Aspeli <[EMAIL PROTECTED]> wrote: > Use > > python setup.py develop > > Preferably in a virtualenv. > Create your virtualenev with --no-site-packages. >
This does not work on my system. This is what I have tried (among other things) 1. create a virutalenv with --no-site-packages 2. install PasteScript using easy_install in the env 3. checkout ZopeSkel in the env. 4. run python setup.py develop on ZopeSkel 5. run paster in env and watch it use templates from the global ZopeSkel egg. Vidar > > Martin > > -- > Author of `Professional Plone Development`, a book for developers who > want to work with Plone. See http://martinaspeli.net/plone-book > > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers > _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
