[4suite] install 4Suite-0.9.1a1 failed

Jeremy Kloth jeremy.kloth at fourthought.com
Wed Sep 27 15:48:38 MDT 2000


"Iman L. Crawford" wrote:

> On Wednesday, September 27, 2000 10:12 AM, Uche Ogbuji [SMTP:uche.ogbuji at fourthought.com] wrote:
> > lately.  All you need is
> > ftp://ftp.fourthought.com/pub/cvs-snapshots/2000-09-27-4Suite.tgz.  No
> > more BisonGen, no more lex, no more bison, no more swig.  We do all the
>
> I've downloaded the above and when I do:
> python setup.py build
>
> I get a bunch of messages and then the last thing is:
> running build_extra
> with nothing following that.
>
> I then do:
> python setup.py install --prefix=~/ > mybuild.txt
>
> and get the following error:

[...snip traceback...]

The error is from an incompatiblity with the newer Distutils (>0.9.2).
However, this has been fixed in the next CVS snapshot (2000-09-28) which will
be available tommorrow.  It now supports (hopefully) versions 0.9.2 and later.

Or you can fix what you have by editting the setup.py file.

18,20c18,20
< install.install.sub_commands.extend([(None,'install_docs'),
< #                                     (None,'post_install'),
<                                      ])
---
> install.install.sub_commands.extend([('install_docs', None),
> #                                     ('post_install', None),
>                                      ])

--
Jeremy Kloth                             Consultant
jeremy.kloth at fourthought.com             (303)583-9900 x 105
Fourthought, Inc.                        http://www.fourthought.com
Software-engineering, knowledge-management, XML, CORBA, Linux, Python






More information about the 4suite mailing list