Re: [Zope] PythonScripts and ExternalMethods

2000-12-07 Thread Cyril
near future, you will be able >to get most of the functionality of External Methods from >Python Scripts' import capability. In the longer term, we >expect Zope 3 to completely change the way you write Zope >code. Cyril Elkaim ___

Re: [Zope] Accessing methods in Python Objects

2000-12-01 Thread Cyril
Looking at the source is often the best way to learn :-) "__allow_access_to_unprotected_subobjects__ = 1" does the trick. Cyril ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

[Zope] Accessing methods in Python Objects

2000-11-30 Thread Cyril
t # a module defining the someObject class def newObj(): return someObject.Object() Actually I must wrap methods in my extension module, not very clean :-/ Is it possible to create roles and permissions in Extensions modules ? And if yes, is a good fellow ready to explain how :-) Thanks