[Zope] Re: [Zope-dev] FreeBSD Zope upgrade 2.4.2->2.5.2 problems errors

Dieter Maurer dieter@handshake.de
Thu, 22 Aug 2002 22:39:11 +0200


rene@xs4all.nl writes:
 > Compiling python modules
 >   File "/usr/local/www/Zope/lib/python/Products/ZDatabaseTool/__init__.py",
 > li
 > ne 2
 >     =====
 >      ^
 > SyntaxError: invalid syntax
 >   File
 > "/usr/local/www/Zope/lib/python/Products/ZDatabaseTool/Query/WeekGrid.p
 > y", line 40
 >     html = html + '<th width="14%" class="'+tableHeaderClass+'"><a
 > class="'+ta
 > bleHeaderClass+'"
 > 
 >                 ^
 > SyntaxError: invalid token
The code for "ZDatabaseTool" seems to be corrupted.

I would move this folder out of the way (outside the Zope hierarchy)
and try again.


Dieter