RE: [Zope] OT: Help a newbie install Zope 2.0!
-----Original Message----- From: Michael Bernstein [mailto:mbernstein@profitscape.net] Sent: Wednesday, May 26, 1999 12:01 PM To: Chris Petrilli Cc: zope@zope.org Subject: Re: [Zope] OT: Help a newbie install Zope 2.0!
Chris Petrilli wrote:
[Question about newbie installing 2.0alpha]
For the same reason that we will *not* provide binaries of the alpha releases (and may only provide them for later betas and "release candidates"), alpha are certainly not a good place to start
for someone
new to Zope, especially if you do not have extensive experience with Python and whatever platform you are running on.
Hmm, I realize this, but, although I am a newbie on Linux and Python, I _have_ been playing with Zope for a while now (I'm the original author of the global tree-tag navigation howto) on NT. I figured though that compiling Zope on Linux would probably be a lot cleaner, as that's the platform you do your development on.
This only begs to have all kinds of problems related to issues outside our control.
This was why I decided to install on an unmodified RedHat machine, so as to minimize those issues.
I would recommend you start with 1.10.2, as there is plenty in there to get your head wrapped around before delving into the new features of 2.0 ... even once 2.0 is RELEASED, it is still a x.0 release, and therefore is really only for those people who NEED to be on the bleeding edge (i.e. because they'll need ZClasses, or some such), rather than a general populace release.
Yup, got it in one! I _have_ been using 1.10.2, and I _do_ need that extra functionality.
Ok, this is futher complicated by the fact that you need to compile Python 1.5.2. (The RPM may work, but you'll need the devel RPM *and* the bin RPM will need to support threads. This was not so in RedHat 5.2, so you either had to compile your own or use the python that came with Zope). So get 1.5.2, compile --with-threads and install. Your on your own here. Download 2.0.0a1, untar and unzip. run 'python1.5.2 wo_pcgi.py' if it fails at this point it's probably because it couldn't compile the extensions because 1.5.2 was not installed correctly. Your on your own. customize ZServer file 'start.py' (you'll need to read it and grok) start up ZServer and go with it. -Michel
Thank you for your attention,
Michael Bernstein.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
On Wed, 26 May 1999, Michel Pelletier wrote:
Yup, got it in one! I _have_ been using 1.10.2, and I _do_ need that extra functionality.
Ok, this is futher complicated by the fact that you need to compile Python 1.5.2. (The RPM may work, but you'll need the devel RPM *and* the bin RPM will need to support threads. This was not so in RedHat 5.2, so you either had to compile your own or use the python that came with Zope).
So get 1.5.2, compile --with-threads and install. Your on your own here.
I used Zope 2.0 with the new python 1.5.2 rpm and everything works fine. Check out Oliver Andrich's site at: http://andrich.net/python/ Pavlos
participants (2)
-
Michel Pelletier -
Pavlos Christoforou