[Zope] mission accomplished [was -> Re: CMF -?-> Zope]

2011-06-23 Thread Eric d'Halibut
I moved over to a linux box but stayed with this approach: On 6/23/11, robert rottermann wrote: > as root (or using virtualenv) > easy_install-2.6 -U ZopeSkel > then as user zope (or what ever) > paster create -t plone4_buildout NAMEOFNEWBUILDOUT > cd NAMEOFNEWBUILDOUT > python2.6 bootstrap > bi

Re: [Zope] easy_install Zope glitch on Debian aqueeze

2011-06-23 Thread Eric d'Halibut
On 6/23/11, Laurence Rowe wrote: > Did you install python2.6-dev? Thanks. That got me over this rough patch. Onward and upward. -- No no no, my fish's name is Eric, Eric the fish. He's an halibut. I am not a looney! Why should I be tarred with the epithet looney merely because I have a pet

Re: [Zope] easy_install Zope glitch on Debian aqueeze

2011-06-23 Thread Laurence Rowe
On 23 June 2011 23:39, Eric d'Halibut wrote: > Testing an install of Zope on an up-to-date Debian squeeze install, I > get this below. Versions include: > > python2.6                       2.6.6-8+b1 > gcc                                  4:4.4.5-1 > > Does this ring any bells with anyone? Did yo

[Zope] easy_install Zope glitch on Debian aqueeze

2011-06-23 Thread Eric d'Halibut
Testing an install of Zope on an up-to-date Debian squeeze install, I get this below. Versions include: python2.6 2.6.6-8+b1 gcc 4:4.4.5-1 Does this ring any bells with anyone? # cd /usr/local/src/Zopework # easy_install -U ZopeSkel install_

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Eric d'Halibut
On 6/23/11, Tres Seaver wrote: > Unpack the CMFCore sdist tarball, e.g.: > > $ cd /tmp > $ wget \ > > http://pypi.python.org/packages/source/P/Products.CMFCore/Products.CMFCore-2.2.4.tar.gz > $ cd /usr/local > $ sudo tar xzf /tmp/Products.CMFCore-2.2.4.tar.gz > > and then add the unpacked dir

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread robert rottermann
On 23.06.2011 16:14, Eric d'Halibut wrote: > On 6/23/11, robert rottermann wrote: > >> as root (or using virtualenv) >> easy_install-2.6 -U ZopeSkel >> then as user zope (or what ever) >> paster create -t plone4_buildout NAMEOFNEWBUILDOUT > This last command gives me a sternly-worded, and appearin

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/23/2011 12:48 AM, Eric d'Halibut wrote: > I am a straggler returning to Zope after years away from it. I come > from a time when to install a product into one's Zope one simply > untarred it into one's Products folder and restarted. Now I am look

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Eric d'Halibut
On 6/23/11, robert rottermann wrote: > as root (or using virtualenv) > easy_install-2.6 -U ZopeSkel > then as user zope (or what ever) > paster create -t plone4_buildout NAMEOFNEWBUILDOUT This last command gives me a sternly-worded, and appearing, warning: ** *** NOTE: You probably don't want

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread robert rottermann
as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT cd NAMEOFNEWBUILDOUT python2.6 bootstrap bin/buildout and your new site is ready to start with bin/instance fg point your browser at localhost:8080/manage