Re: [Vim-latex-devel] Latex-suite error
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-01-18 09:23:47
|
Hi, Thanks for catching this and the fix. On 1/15/06, Christian Ebert <bla...@gm...> wrote: > Hello Tom, > > * Tom Vawter on Sunday, January 15, 2006 at 17:39:25 -0600: > > ImportError: No module named stringio > > > You might try and make a copy of outline.py and replace every > occurence of `stringio' (all lowercase) with either StringIO > (exactly like I spelled it) or even cStringIO which is supposed > to be a bit faster. This is a pretty embarassing mistake... The problem was I developed this feature while working on a windows machine and since windows is not case sensitive to filenames, python on windows is able to import modules which are named off in case. I have fixed this in CVS. I'm making a release right now. Srinath |