[PyQt] HeaderToolTip and Coredump

2009-05-28 Thread Jeroen Andreß
Hi, I have solved the problem. the HeaderToolTip must saved in a gobal var. --> self.__t = HeaderToolTip(table.horizontalHeader()) Jeroen Andreß ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/p

Re: [PyQt] Fast way to display an array in a table?

2009-05-28 Thread David Douard
Le jeudi 28 mai 2009 20:57:50 Vicente Sole, vous avez écrit : > Hello, > > I am writing a generic data handling application in which I need to be > able to show the contents of a numpy array in a sort of > table/spreadsheet. The array can be big (1024 x 1024 floats or may be > even more). > > Is th

[PyQt] Fast way to display an array in a table?

2009-05-28 Thread Vicente Sole
Hello, I am writing a generic data handling application in which I need to be able to show the contents of a numpy array in a sort of table/spreadsheet. The array can be big (1024 x 1024 floats or may be even more). Is there a faster way of filling a table than looping through all the a

Re: [PyQt] How to slim programs under windows

2009-05-28 Thread mezgani ali
On Thu, May 28, 2009 at 3:47 PM, Darryl Wallace wrote: > Hello, > >> >> I build a exe program with py2exe, and it size is about 8M. >> The program is very simple, it's a widget that contain too lineedit and a >> button, it's based on pyqt. >> Please is there a way to resize the file for small on

Re: [PyQt] How to slim programs under windows

2009-05-28 Thread Darryl Wallace
Hello, I build a exe program with py2exe, and it size is about 8M. The program is very simple, it's a widget that contain too lineedit and a button, it's based on pyqt. Please is there a way to resize the file for small one. My experience has been that if it is a gui-based PyQt program, you n

Re: [PyQt] How to slim programs under windows

2009-05-28 Thread Demetrius Cassidy
This really isn't PyQt4 related. Look at the py2exe faq, it lists common modules you can ignore when building your exe. You can also try UPX: http://upx.sourceforge.net/ handrix wrote: > > Hi, > > I build a exe program with py2exe, and it size is about 8M. > The program is very simple, it's a

[PyQt] Can't load custom python plugins in qt4 designer

2009-05-28 Thread Michael Thompson
Hi, I'm trying to load a custom plugin in designer, on Ubuntu jaunty. I have tried running qtdemo from the python-qt4-doc package but the plugins do not appear in designer. If I use the About->Plugins menu in designer I can see a libpythonplugin.so folder but no entries underneath it. Any idea

Re: [PyQt] Strange sip 4.7.9 bug

2009-05-28 Thread Arve Knudsen
On Wed, May 27, 2009 at 11:45 PM, Phil Thompson wrote: > On Wed, 27 May 2009 17:17:29 +0200, Arve Knudsen > wrote: > > Hi > > Phil, I really need help with this extremely strange bug in sip 4.7.9 on > > Windows Vista x64, Python 2.6 (32bit). It's difficult to describe fully, > > but > > I'll try