[Zope] 2.7.0-b2 install failure (setup.py defect, I think)

Encolpe DEGOUTE edegoute at nuxeo.com
Thu Aug 28 13:06:31 EDT 2003


On Wed, 27 Aug 2003 00:13:51 -0400
Derrick 'dman' Hudson <dman at dman13.dyndns.org> wrote:

> I've been using 2.7.0-b1 for a while, so I figured I'd take a look at
> b2 now.  However :
> 
> $ python2.3 setup.py install --prefix /usr/local/opt/zope-2.7.0-b2
> running install
> running build
> running build_py
> running build_ext
> running install_lib
> running install_data
> running install
> running build
> running build_py
> running install_lib
> running install
> running build
> running build_scripts
> error: mkpath: 'name' must be a string (got None)
> 
> $
> 
> The build succeeds but the install fails.  Is something wrong on my
> system or has the setup.py script changed in some way?
> 
> -D
> 
> PS.  This is on a debian testing/unstable system.

This works on Debian sid:

./configure --with-python=/usr/bin/python2.2 \
--prefix=/home/zopes/instance;
# you need to be root to add some stuff in /lib/python2.2/site-package
sudo make;sudo make install; 
/home/zopes/instance/bin/mkzopeinstance.py \
-d /home/zopes/instance -u user:password;

cd /home/zopes/instance; ./bin/zopectl start; ./bin/zopectl logtail&

Check your /home/zopes/instance/etc/zope.conf for this stuff

debug-mode on
locale fr_FR
port-base 500 # 8000 + port-base

<eventlog>
  level all
  <logfile>
    path $INSTANCE/log/event.log
    level info
  </logfile>
# add for debug
  <logfile>
    path $INSTANCE/log/all.log
    level all
  </logfile>
# end
</eventlog>

A lot of logs are generated because of depreciation warning on
i18n:attributes, it can overload your CPU.

-- 
Encolpe DEGOUTE, Ingénieur Logiciel, Nuxeo SARL: Zope Service Provider.
Mail: edegoute at nuxeo.com - Tel: +33 (0)1 40 33 79 18
Nuxeo Collaborative Portal Server: http://www.nuxeo.com/cps
Gestion de contenu web / portail collaboratif / groupware / open source



More information about the Zope mailing list