[schooltool-dev] build problems

Brian Sutherland jinty at web.de
Tue May 8 14:54:30 EDT 2007


On Tue, May 08, 2007 at 02:38:02PM -0400, Tom Hoffman wrote:
>  This is on a basically clean install of Feisty (basic dependencies
>  installed).  I don't think I'm doing anything completely retarded.
> 
>  with pcardune-gradebook-improvements with 'make' I get:

apt-get install zope3

should solve this one.

> 
>  A    buildsupport/zpkgsetup/PUBLICATION.cfg
>  A    buildsupport/zpkgsetup/urlutils.py
>  Checked out revision 75629.
>  python2.4 setup.py  \
>                 build_ext -i install_data --install-dir .
>  Traceback (most recent call last):
>   File "setup.py", line 35, in ?
>     import zpkgsetup.package
>   File 
>  "/home/hoffman/Desktop/schooltools/pcardune-gradebook-improvements/buildsupport/zpkgsetup/package.py",
>  line 64, in ?
>     from zpkgsetup import cfgparser
>   File 
>  "/home/hoffman/Desktop/schooltools/pcardune-gradebook-improvements/buildsupport/zpkgsetup/cfgparser.py",
>  line 22, in ?
>     import ZConfig.cfgparser
>  ImportError: No module named ZConfig.cfgparser
>  make: *** [build] Error 1
> 
>  with schooltool-eggs-redux and 'make' I get some eggs then:

This one you're running as python2.5.

You should be able to do:

make PYTHON=python2.4

(if that doesn't work, then the makefile is buggy)

> 
>  Installed 
>  /home/hoffman/Desktop/schooltools/schooltool-eggs-redux/eggs/zope.i18nmessageid-3.4.0a1-py2.5-linux-i686.egg
>  Searching for z3c.javascript.mochikit>=0.0.1
>  Reading http://cheeseshop.python.org/pypi/z3c.javascript.mochikit/
>  Couldn't find index page for 'z3c.javascript.mochikit' (maybe misspelled?)
>  Scanning index of all packages (this may take a while)
>  Reading http://cheeseshop.python.org/pypi/
>  No local packages or download links found for z3c.javascript.mochikit>=0.0.1
>  error: Could not find suitable distribution for
>  Requirement.parse('z3c.javascript.mochikit>=0.0.1')
>  make: *** [build] Error 1
> 
>  Any help?
> 
>  --Tom
>  _______________________________________________
>  Schooltool-dev mailing list
>  Schooltool-dev at schooltool.org
>  http://lists.schooltool.org/mailman/listinfo/schooltool-dev
> 

-- 
Brian Sutherland


More information about the Schooltool-dev mailing list