[Zope] 2.4.0 and pythonmethod

Eivind Bengtsson eb@magnus.dk
Tue, 24 Jul 2001 14:08:35 +0200


I have a problem upgrading. 
Because of dependencies in a costom made (for the company i work for)
product I have to use the old PythonMethod-0.1.7 - product.
When I start the service I get the following to my console:

<screendump>
[zoperunner@yb Zope-2.4.0-linux2-x86]$ ./start &
[1] 7361
[zoperunner@yb Zope-2.4.0-linux2-x86]$
/opt/Zope-2.4.0-linux2-x86/lib/python/Pro
ducts/PythonMethod/zbytecodehacks/closure.py:121: SyntaxWarning: local name
'n'
in 'make_adder' shadows use of 'n' as global in nested scope 'adder'
  def make_adder(n):
------
2001-07-24T10:11:33 PROBLEM(100) Init Ambiguous name for method of
Products.Pyth
onMethod.PythonMethod.PythonMethod: "manage" != "manage_main"

[zoperunner@yb Zope-2.4.0-linux2-x86]$ ------
2001-07-24T10:11:37 INFO(0) ZServer HTTP server started at Tue Jul 24
12:11:37 2
001
        Hostname: yb.magnus.dk
        Port: 8080
------
2001-07-24T10:11:37 INFO(0) ZServer FTP server started at Tue Jul 24
12:11:37 20
01
        Hostname: yb.magnus.dk
        Port: 8021
------
2001-07-24T10:11:37 INFO(0) ZServer PCGI Server started at Tue Jul 24
12:11:37 2
001
        Unix socket: /opt/Zope-2.4.0-linux2-x86/var/pcgi.soc
</screendump>

The question is: How do I make certain that this problem does not occur? All
my stuff seems to work, but I would be a more happy man if there were no
errors like that when I start the service.