It might. Can you try with an empty DB?
On Wednesday, May 23, 2012 10:50:48 AM UTC-7, encompass wrote:
>
> Would having an empty table raise this error?
>
> On 05/23/2012 08:14 PM, pbreit wrote:
> > Apparently choking on this line:
> >
> > elif not line.startswith('TABLE ') or not line[6:] in
> > self.tables:
> > raise SyntaxError, 'invalid file format'
> >
> > Does your file look OK when taking this into consideration?
> >
> > Hard to think linefeeds are the problem but you could try saving the
> > file in the various formats (Unix, Windows, Mac).
>
>