[PyQt] DataTable layout problem

Hans-Peter Jansen hpj at urpla.net
Tue Jan 29 19:59:45 GMT 2008


Am Dienstag, 29. Januar 2008 schrieb Mario Daniel Carugno:
> Hi there, mi name is Mario and i'm starting with pyqt3.
> Until now everything was quite easy en clear, but i'm with a problem i
> can't solve.
> I use designer to draw an interface with a DataTable. I make the
> connection and works fine in the designer's preview. I can see table's
> data.
> But when i run it from pyqt, i have the following warnings:
>
> "An error ocurred when accesing the datatable"
>
> And it seems to be a layout problem because if i break the form's
> layout, it works.

It's pretty unlikely, that db access problems are triggered by layout 
issues.

> I was googling but do not find any help.
> I'm new to pyqt and i like it a lot, so i hope this would be an
> obvious and known mistake.

Standard answer no. 1 applies: post a minimum self containing example.

Pete


More information about the PyQt mailing list