[Xapian-tickets] [Xapian] #477: "from xapian import *" in Python raises AttributeError

Xapian nobody at xapian.org
Wed May 12 18:13:50 BST 2010


#477: "from xapian import *" in Python raises AttributeError
---------------------+------------------------------------------------------
 Reporter:  michelp  |       Owner:  olly
     Type:  defect   |      Status:  new 
 Priority:  normal   |   Milestone:      
Component:  Other    |     Version:      
 Severity:  minor    |    Keywords:      
Blockedby:           |    Platform:  All 
 Blocking:           |  
---------------------+------------------------------------------------------

Comment(by michelp):

 Sorry for the poor formatting.  I should have previewed first:

 {{{
 >>> from xapian import *
 Traceback (most recent call last):
   File "<console>", line 1, in <module>
 AttributeError: 'module' object has no attribute 'Document_unserialise'
 >>> 'Document_unserialise' in xapian.__all__
 True
 >>> hasattr(xapian, 'Document_unserialise')
 False
 >>>


 }}}

-- 
Ticket URL: <http://trac.xapian.org/ticket/477#comment:1>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list