Re: [PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-02-01 Thread Michael Towers
Angel Leon wrote: Hi, In the past I'd build a py2exe distributable of my app, and the py2exe would be missing for some reason Qt4svg.dll, I'd then manually copy the dll, and my app would launch. does anyone have a similar problem? do you solve it by adding file copy commands to your

Re: [PyQt] Almost done with the switch to SIP

2008-02-01 Thread V. Armando Sole
At 23:47 31/01/2008 +0100, Giovanni Bajo wrote: On Thu, 2008-01-31 at 14:37 -0600, Jim Crowell wrote: I'm about 80% through converting the Python bindings for Syzygy (cross-platform, PC-cluster VR, www.isl.uiuc.edu/syzygy.htm) from SWIG to SIP. The source is about 40% smaller, much more

Re: [PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-02-01 Thread Giovanni Bajo
On 1/31/2008 4:53 PM, Angel Leon wrote: In the past I'd build a py2exe distributable of my app, and the py2exe would be missing for some reason Qt4svg.dll, I'd then manually copy the dll, and my app would launch. does anyone have a similar problem? do you solve it by adding file copy

Re: [PyQt] Almost done with the switch to SIP

2008-02-01 Thread Jim Crowell
From: Phil Thompson [EMAIL PROTECTED] Subject: Re: [PyQt] Almost done with the switch to SIP To: pyqt@riverbankcomputing.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 On Thursday 31 January 2008, Jim Crowell wrote: I'm about 80% through converting the

Re: [PyQt] SIP feature request (__rmul__)

2008-02-01 Thread Phil Thompson
On Thursday 31 January 2008, Jim Crowell wrote: With __rmul__ not being in the list of supported special methods, is there any way I can implement Float*MyVectorClassInstance? If not, any chance of getting __rmul__ added? That turned out to be easier than expected. Support for __radd__,

[PyQt] how to implent a autoscroll text viewer

2008-02-01 Thread Marco
Hi, I want to write a text viewer, when it load a text file, it show without scrollbar, but scrolling by timer, i donot know which widget should i use.. Thank you!! -- LinuX Power ___ PyQt mailing listPyQt@riverbankcomputing.com