[Zope3-Users] Installing Zope / permissions ???
Tom Groß
tom at lalisio.com
Thu Apr 5 07:05:22 EDT 2007
Hi Tobias,
you should be able to install a Zope3-server downloaded from
zope.org with the well known commands:
./configure --prefix=<PATH TO SERVER> --with-python=<PATH TO PYTHON>
make
make install
If you don't know the path to python. try:
which python2.4
BTW: You should *NEVER* run Zope as root.
Cheers
-Tom
On Thu, 2007-04-05 at 10:42 +0200, Tobias Daub wrote:
> Hello Everybody,
>
> I'm new to Zope and I just wanted to install it on my providers
> webserver (Goneo). So I logged in via ssh and did the things from the
> README.txt.
>
> ./configure => wenr OK Python 2.4.3 is installed on that machine
>
> Because I don't have root privileges, I changed the installation path to
> my home dir. The install procedure via "python2.4 install.py -q build"
> went OK, too.
>
> The test "python2.4 test.py -v" canceld with "no mem for new parser" a
> nd ended in "MemoryError".
>
> After that I tried to install it via python2.4 install.py -q install
> --home "path" and I got the following:
>
> Sorry: UnicodeError: ("\\N escapes not supported (can't load unicodedata
> module)",)
>
>
> Would be nice, if some can help me!
>
> greatings
> Tobias
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
More information about the Zope3-users
mailing list