I have fixed this at my site (it was a case of 1 missing space in a python file) but the current Zope dpkg in debian frozen (potato) is broken! After doing an apt-get upgrade (which I do periodically to get security fixes for our server) Zope would not start. Trying it manually, I saw: zaibach:/home/glyph# /etc/init.d/zope start Starting Zope...inconsistent dedent File "/usr/sbin/zope-z2", line 571 else: ^ SyntaxError: invalid token failed. Adding a space to line 571 of /usr/sbin/zope-z2 fixes this problem. ______ __ __ _____ _ _ | ____ | \_/ |_____] |_____| |_____| |_____ | | | | @ t w i s t e d m a t r i x . c o m http://www.twistedmatrix.com/~glyph/
Glyph Lefkowitz wrote:
I have fixed this at my site (it was a case of 1 missing space in a python file) but the current Zope dpkg in debian frozen (potato) is broken!
After doing an apt-get upgrade (which I do periodically to get security fixes for our server) Zope would not start. Trying it manually, I saw:
zaibach:/home/glyph# /etc/init.d/zope start Starting Zope...inconsistent dedent File "/usr/sbin/zope-z2", line 571 else: ^ SyntaxError: invalid token failed.
Adding a space to line 571 of /usr/sbin/zope-z2 fixes this problem.
Thank Glyph, Gregor Hoffleit <flight@mathi.uni-heidelberg.de> is the debian guy who packages this. -Michel
This has been already notified to the Debian Bug Tracking System. See http://www.debian.org/Bugs/db/59/59969.html Glyph Lefkowitz wrote:
I have fixed this at my site (it was a case of 1 missing space in a python file) but the current Zope dpkg in debian frozen (potato) is broken!
After doing an apt-get upgrade (which I do periodically to get security fixes for our server) Zope would not start. Trying it manually, I saw:
zaibach:/home/glyph# /etc/init.d/zope start Starting Zope...inconsistent dedent File "/usr/sbin/zope-z2", line 571 else: ^ SyntaxError: invalid token failed.
Adding a space to line 571 of /usr/sbin/zope-z2 fixes this problem.
______ __ __ _____ _ _ | ____ | \_/ |_____] |_____| |_____| |_____ | | | | @ t w i s t e d m a t r i x . c o m http://www.twistedmatrix.com/~glyph/
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Eduardo Fernández Corrales eduardo@sistelnet.es Sistelnet Integraciones Telemáticas - http://www.sistelnet.es NUEVOS TELEFONOS: 95-4186897 95-4186898 902-293030 Fax: 954186901
Hi, I just wanted to let you know that this has been fixed in the zope 2.1.4-3 package; never, never, never release a package without having it installed yourself once, I know ;-) Thanks for the report, Gregor On Fri, Mar 10, 2000 at 08:19:22AM +0000, Eduardo Fernandez Corrales wrote:
This has been already notified to the Debian Bug Tracking System.
participants (4)
-
Eduardo Fernandez Corrales -
Glyph Lefkowitz -
Gregor Hoffleit -
Michel Pelletier