[Zope3-Users] How to access object generated by outer library in a view

Yosuke Kawasaki yokan_geo at yahoo.co.jp
Wed Dec 26 22:13:40 EST 2007


Hello,

I am a newbie in zope3.
I am trying to make a view which shows the result of BLAST
sequence aligner using Biopython.
When I access the raw data object (generator object) which
Bio.NCBIXML returned,
zope raises ForbiddenAttribute Error.

I think I can workaround this by transferring all data
into some list or dictionary before passing it
to view object. But It would be nice if I can access the
structure in view because the object is rather big and
complex.

I have no idea to declare permission to this kind of
object (generated by outer library).
Please tell me what is the best way to deal with this
situation.

Thanks in advance,

Yosuke


--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/


More information about the Zope3-users mailing list