Message5089

Author thijs
Recipients thijs
Date 2009-09-02.16:30:43
SpamBayes Score 5.1854028e-09
Marked as misclassified No
Message-id <1251909044.17.0.370990045459.issue1456@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the same thing happens with Jython 2.5 final:

$ ../jython2.5.0/bin/jython 
Jython 2.5.0 (Release_2_5_0:6476, Jun 16 2009, 13:33:26) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_13
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> import pyamf
>>> pyamf.register_package(sys, 'com.example.test')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pyamf/__init__.py", line 1680, in register_package
    classes = filter(check_attr, [get(x) for x in keys])
  File "pyamf/__init__.py", line 1647, in <lambda>
    get = lambda x: getattr(module, x)
AttributeError: write-only attr: trace
History
Date User Action Args
2009-09-02 16:30:44thijssetmessageid: <1251909044.17.0.370990045459.issue1456@psf.upfronthosting.co.za>
2009-09-02 16:30:44thijssetrecipients: + thijs
2009-09-02 16:30:44thijslinkissue1456 messages
2009-09-02 16:30:44thijscreate