On Sun, 2007-11-18 at 21:23 -0500, David Bain wrote: > Okay, the problem was PIL, apparently the easy_install way didn't > work. > I ended up downloading Imaging..tar.gz > unpacking it and running > python setup.py install
Yeah, I just had exactly the same issue and resolution :) -Tim > > > > On Nov 18, 2007 8:00 PM, David Bain < [EMAIL PROTECTED]> wrote: > > After creating a new buildout using the plone_hosting template > I was not able to add a new Plone. > > I've created a buildout using ZopeSkel > > paster create -t plone_hosting > > I accepted all the defaults then ran > > python bootstrap.py > bin/buildout > > It worked fine and I was able to log into my new Zope. > > Except I saw no Plone Site to install in the ZMI. > > > Some one in #plone irc suggested that I install PIL which I > did using easy_install as follows: > > easy_install --find-links > http://www.pythonware.com/products/pil/ Imaging > > After restarting, still no Plone Site available to install in > the ZMI. > > Any suggestions would be greatly appreciated. > > > > _______________________________________________ > 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
