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

2008-01-31 Thread Giovanni Bajo
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 readable, and > framerates are noticeably higher. >

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

2008-01-31 Thread Phil Thompson
On Thursday 31 January 2008, 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 readable, and > framerates are noticeably higher. > > SIP r

Re: [PyQt] no SQL Drivers available (Gentoo-Linux)

2008-01-31 Thread Ulf Röttger
Am Donnerstag 31 Januar 2008 21:26:09 schrieb Hans-Peter Jansen: > Am Donnerstag, 31. Januar 2008 schrieb Ulf Röttger: > > Hello Phil, hello Mailinglist, > > I have gentoo-linux (quite up to date) with PyQt 4.3.3 and Qt 4.3.3 and > > all with Python 2.4 (that's an Gentoo issue) x86_32 platform. > >

[PyQt] Almost done with the switch to SIP

2008-01-31 Thread Jim Crowell
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 readable, and framerates are noticeably higher. SIP rules. -Jim C. ___

Re: [PyQt] no SQL Drivers available (Gentoo-Linux)

2008-01-31 Thread Hans-Peter Jansen
Am Donnerstag, 31. Januar 2008 schrieb Ulf Röttger: > Hello Phil, hello Mailinglist, > I have gentoo-linux (quite up to date) with PyQt 4.3.3 and Qt 4.3.3 and > all with Python 2.4 (that's an Gentoo issue) x86_32 platform. > > Gentoo compiles QtSQL-Drivers as plugins only, so I have on the Qt side

[PyQt] SIP feature request (__rmul__)

2008-01-31 Thread Jim Crowell
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? Thanks much, -Jim C. ___ PyQt mailing listPyQt@riverbankcomputing.com http:

[PyQt] no SQL Drivers available (Gentoo-Linux)

2008-01-31 Thread Ulf Röttger
Hello Phil, hello Mailinglist, I have gentoo-linux (quite up to date) with PyQt 4.3.3 and Qt 4.3.3 and all with Python 2.4 (that's an Gentoo issue) x86_32 platform. Gentoo compiles QtSQL-Drivers as plugins only, so I have on the Qt side sqlite and postgresql: [EMAIL PROTECTED] /usr/lib/qt4/plugi

[PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-01-31 Thread Angel Leon
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 build script, or is there s

Re: [PyQt] Drag and drop files

2008-01-31 Thread Tina I
[EMAIL PROTECTED] wrote: В сообщении от Wednesday 30 January 2008 13:09:00 Tina I написал(а): I'm stuck! Simply put I want to drop files into a QListView. I have been reading TFM about QEvent but I don't understand what I'm reading (I'm fairly new to programming) so I was hoping someone with