Displaying 1 result from an estimated 1 matches for "r25b2".
Did you mean:
r252
2006 Aug 03
1
An error while testing Python 2.5 and xapian in Win32
Hi:
After a succesful installation of .dll xapian using VS2005 and
swigwin-1.3.29, I attempted to do my first tests, however, I had the next
problem:
.python
Python 2.5b2 (r25b2:50512, Jul 11 2006, 10:16:14) [MSC v.1310 32 bit
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>import sys
>>>sys.path.append("C:/Python25/Lib/site-packages/Xapian")
>&g...