Re: [Vim-latex-devel] Re: search for bibtex entry by regexp
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-03-24 09:16:18
|
Hi Fabian, On 3/23/06, Fabian Braennstroem <f.b...@gm...> wrote: > > `--> python bibtools.py /home/fab/HOME/Dissertation/CFD/Projects/Buildin= g_airflow/Paper/Vergleich_RANS-LES/biballsed.bib > Traceback (most recent call last): > File "bibtools.py", line 227, in ? > bf =3D BibFile(sys.argv[1]) > File "bibtools.py", line 174, in __init__ > self.addfile(f) > File "bibtools.py", line 189, in addfile > b =3D Bibliography('@' + f, self.macros) > File "bibtools.py", line 86, in __init__ > value =3D m.group(2) + mn.group(0) > AttributeError: 'NoneType' object has no attribute 'group' > Okay, I relaxed the parsing pretty much the whole way... Hopefully things work now. Try the attached file... Srinath |