30 Jun
2002
30 Jun
'02
9:40 p.m.
Adrian May writes:
Thats what zope said when I made a new python script and entered something like:
class AdsSecondClass: def __init__() blah blah
as inspired by some example code.
Why?
Because attributes starting with "_" are not accessible by Python scripts.
All I really want is to store four integers on the server and have them updated by surfer actions. You may consider using a dictionary.
Dieter