Re: [PyQt] Cross Compiled PYQT

2008-04-18 Thread David Boddie
On Fri, 11 Apr 2008 17:09:25 -0500, Hal Glenn wrote: > QPaintDevice::metrics: Device has no metric information > Unrecognised metric -1095300876! Just to follow up, this problem seems pretty bizarre. The value passed by another Qt function is completely out of range, making me wonder if there's s

Re: [PyQt] Cross Compiled PYQT

2008-04-18 Thread Hal Glenn
Just the demo's that build when compiling QT. I haven't compiled any programs outside of the QT build process yet. We took this week off working on this project to catch up with some other (paying) work so we could eat. We will get back onto working with this next week. Hal David Boddie wrote

Re: [PyQt] Cross Compiled PYQT

2008-04-18 Thread David Boddie
On Friday 18 April 2008, Hal Glenn wrote: > > Yep, we had tested it with a few of our simple apps that we had been > writing on the PC before that, and the error was the same. So we went > straight to the shell and started typing to see where the problem started. That's probably the best way to fi

Re: [PyQt] Cross Compiled PYQT

2008-04-18 Thread Hal Glenn
Thanks for the Reply David, Yep, we had tested it with a few of our simple apps that we had been writing on the PC before that, and the error was the same. So we went straight to the shell and started typing to see where the problem started. Thanks for the reply, and thanks for posting your o

Re: [PyQt] Cross Compiled PYQT

2008-04-17 Thread David Boddie
On Sat, 12 Apr 2008 10:13:03 +0200, Aaron Digulla wrote: > Hal Glenn schrieb: > > OK, I ended up following David's example completely, at first we had > > tried with newer versions of Python QT sip etc but each one possessed a > > problem so we dropped back to using David's work almost word for w

Re: [PyQt] Cross Compiled PYQT

2008-04-12 Thread Aaron Digulla
Hal Glenn schrieb: > OK, I ended up following David's example completely, at first we had > tried with newer versions of Python QT sip etc but each one possessed a > problem so we dropped back to using David's work almost word for word, > accept in order to cross compile Python we had to edit it's

[PyQt] Cross Compiled PYQT

2008-04-11 Thread Hal Glenn
OK, I ended up following David's example completely, at first we had tried with newer versions of Python QT sip etc but each one possessed a problem so we dropped back to using David's work almost word for word, accept in order to cross compile Python we had to edit it's Makefile slightly to bu