search for: __class__

Displaying 3 results from an estimated 3 matches for "__class__".

Did you mean: __clang__
2008 Aug 16
1
python how do i stem words in python?
...d in the latest python library. how do i stem words before doing doc.add_posting? is there any sample hello world code in python that i can use? thanks a lot! >>> stemmer = xapian.Stem('english') >>> stemmer. stemmer.__call__ stemmer.__reduce_ex__ stemmer.__class__ stemmer.__repr__ stemmer.__delattr__ stemmer.__setattr__ stemmer.__dict__ stemmer.__str__ stemmer.__doc__ stemmer.__swig_destroy__ stemmer.__getattribute__ stemmer.__weakref__ stemmer.__hash__ stemmer.get_available...
2008 Nov 11
0
rdiff-backup update broken?
...f class 'exceptions.IOError': File "/usr/lib64/python2.4/site-packages/rdiff_backup/robust.py", line 32, in check_common_error try: return function(*args) File "/usr/lib64/python2.4/site-packages/rdiff_backup/rpath.py", line 1123, in append return self.__class__(self.conn, self.base, self.index + (ext,)) File "/usr/lib64/python2.4/site-packages/rdiff_backup/rpath.py", line 868, in __init__ else: self.setdata() File "/usr/lib64/python2.4/site-packages/rdiff_backup/rpath.py", line 893, in setdata if self.lstat(): self.co...
2013 Mar 30
0
I am having problems installing the latest samba4 git checkout as of 3/30/13
...ll build_impl(bld) File "/root/samba-master/buildtools/wafadmin/Scripting.py", line 408, in build_impl info("Waf: Leaving directory `%s'" % bld.bldnode.abspath()) File "/root/samba-master/buildtools/wafadmin/Node.py", line 420, in abspath ret = self.__class__.bld.cache_node_abspath[variant].get(self.id, None) AttributeError: 'NoneType' object has no attribute 'cache_node_abspath' make: *** [install] Error 1 Please someone help me with this error.