Zope-2.6.2 + Slackware 9.1 + Python 2.3.2
Hi... Does Zope run in a Slackware 9.1 + Python 2.3.2 installation ? python wo_pcgi.py /home/i2/jero/src/Zope-2.6.2-src/lib/python/AccessControl/Owned.py:65: SyntaxWarning: argument named None def getOwner(self, info=0, /home/i2/jero/src/Zope-2.6.2-src/lib/python/AccessControl/Owned.py:92: SyntaxWarning: argument named None def changeOwnership(self, user, recursive=0, /home/i2/jero/src/Zope-2.6.2-src/lib/python/AccessControl/Owned.py:233: SyntaxWarning: argument named None def ownerInfo(user, /home/i2/jero/src/Zope-2.6.2-src/lib/python/AccessControl/PermissionRole.py:69: SyntaxWarning: argument named None def __of__(self, parent, None=None, getattr=getattr): /home/i2/jero/src/Zope-2.6.2-src/lib/python/AccessControl/PermissionRole.py:88: SyntaxWarning: argument named None def __of__(self, parent,tt=type(()),st=type(''),getattr=getattr,None=None): /home/i2/jero/src/Zope-2.6.2-src/lib/python/AccessControl/ZopeSecurityPolicy.py:77: SyntaxWarning: argument named None def validate(self, accessed, container, name, value, context, /home/i2/jero/src/Zope-2.6.2-src/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py:88: SyntaxWarning: argument named None def _apply_index( self, request, cid='', type=type, None=None ): /home/i2/jero/src/Zope-2.6.2-src/lib/python/Products/PluginIndexes/common/UnIndex.py:284: SyntaxWarning: argument named None def _apply_index(self, request, cid='', type=type, None=None): /home/i2/jero/src/Zope-2.6.2-src/lib/python/SearchIndex/UnIndex.py:259: SyntaxWarning: argument named None def _apply_index(self, request, cid='', type=type, None=None): /home/i2/jero/src/Zope-2.6.2-src/lib/python/StructuredText/STDOM.py:171: SyntaxWarning: argument named None def getPreviousSibling(self, /home/i2/jero/src/Zope-2.6.2-src/lib/python/StructuredText/STDOM.py:243: SyntaxWarning: argument named None def _get_PreviousSibling(self, /home/i2/jero/src/Zope-2.6.2-src/lib/python/StructuredText/STDOM.py:292: SyntaxWarning: argument named None def getPreviousSibling(self, /home/i2/jero/src/Zope-2.6.2-src/lib/python/StructuredText/STDOM.py:346: SyntaxWarning: argument named None def _get_PreviousSibling(self, ------------------------------------------------------------------------------ Deleting '.pyc' and '.pyo' files recursively under /home/i2/jero/src/Zope-2.6.2-src... Done. ------------------------------------------------------------------------------ Compiling python modules !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! There were errors during Python module compilation. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! []s, Jero
Does Zope run in a Slackware 9.1 + Python 2.3.2 installation ?
Usual wisdom is that current Zopes may or may not work against the Python 2.3 series. Looks like you ran into the 'may not' side. Zope 2.7 will use Python 2.3.2, but until then you should fall back to Python 2.1 if you can't get another version to work. --jcc -- "Code generators follow the 80/20 rule. They solve most of the problems, but not all of the problems. There are always features and edge cases that will need hand-coding. Even if code generation could build 100 percent of the application, there will still be an endless supply of boring meetings about feature design." (http://www.devx.com/java/editorial/15511)
participants (2)
-
J Cameron Cooper -
Jeronimo de A Barros