LoginManager - SyntaxError: duplicate argument 'args' in function definition
Hello I god this error when I tried to compile LoginManager Traceback (most recent call last): File "/usr/local/zope/lib/python/OFS/Application.py", line 528, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/lib/python/Products/LoginManager/__init__.py", line 1, in ? import LoginManager, LoginMethods, UserSources File "/usr/local/zope/lib/python/Products/LoginManager/LoginManager.py", line 8, in ? from Products.ZPatterns.Specialists import Specialist File "/usr/local/zope/lib/python/Products/ZPatterns/__init__.py", line 2, in ? import DataSkins, Agents, Providers, SkinScript File "/usr/local/zope/lib/python/Products/ZPatterns/SkinScript/__init__.py", line 1, in ? import Methods File "/usr/local/zope/lib/python/Products/ZPatterns/SkinScript/Methods.py", line 4, in ? from Compiler import compile SyntaxError: duplicate argument 'args' in function definition (Compiler.py, line 171) my set up is Zope Version Zope 2.3.2 (source release, python 1.5.2, linux2) Python Version 2.1b1 (#1, Mar 15 2001, 23:29:56) [GCC 2.95.2 19991024 (release)] System Platform freebsd4 I had followed the How-to from http://www.zope.org/Members/BwanaZulia/zpatterns_install, plus all the other lists such as a message http://lists.zope.org/pipermail/zope/2000-December/122210.html but to no avail. Please advise Thanks Norman /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Norman Khine /*/ /*/ /*/ \*\_ |*| |*||*| mailto:khine@o-a-l.net /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Purley, UK /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ /*/ \*\
participants (1)
-
Norman Khine