[PyKDE] PyQt book

2006-11-14 Thread simon stockes
Hi, Since few days it is not possible to reach http://www.opendocs.org/pyqt/.Any information ?, Is PyQt4 book on the way ?Simon ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Implement MailTo in QT

2006-11-14 Thread Keo Sophon
Dear friends, I have an about dialog which has author email links. When a user clicks on those links, it will automatically open a default mail-client. Do you know how to implement the code of it? Or do you know any widget and property of that widget that I can use to implement? Thanks Phon _

[PyKDE] context menu for qtablewidget

2006-11-14 Thread hok kakada
Hi List, I tried to make context menu for QtableWidget in pyqt4, but I still cannot get thru. Does anybody have experience with qtableWidget. I'd also like to do something like move item up, move item down. It'd be easier if pyqt add them as its public functions. Thanks, da -- Ms. Hok Kakada

[PyKDE] qactions not destroyed after qmenu menu closes

2006-11-14 Thread Matt Chambers
I'm dynamically creating a context menu for a QTableView, populated with some QActions. Everytime I right click, the menu is created. Over time, hundreds of these closed menus will set in memory, along with all the qactions, assoctated icons and text, ect. When I close the app, I see all of t

[PyKDE] msvc2005

2006-11-14 Thread Filipe Sousa
I'm new to python and pyqt. I was able to compile pyqt with python 2.5 and qt 4.2.1 under linux. I tried the same with windows and it was not easy. With python 2.5, sip-4.5 and Qt 4.2.1 (gpl) compiled with MSVC2005 I had to change sipconfig.py to support MSVC2005. Does this mean that MSVC205 is

Re: [PyKDE] deploying universal binaries

2006-11-14 Thread Phil Thompson
> I want to deploy my pyqt4 app on all ppc and i386 macs. I was just going > to > use BuildApplet that comes with OS to put together the app bundle, but I > need all of the shared libraries to be universal binaries. I built qt as a > universal binary, but I don't see a flag for building the sip and

[PyKDE] Failed assertion: python: Modules/gcmodule.c:379: move_unreachable: `gc->gc.gc_refs > 0'

2006-11-14 Thread Mateusz Korniak
I have multithread application using pyKDE. After upgrade to fresh versions of pyQt/pyKDE my application started to crash with assertion failed from topic ... Any hints how to start pin that bug down ? TIA sip-4.5-0.1 qt-3.3.7-1 python-PyQt-3.17-0.1 python-PyKDE-3.16.0-0.1 kdelibs-3.5.5-1 gcc-3.

Re: [PyKDE] Windows install broken

2006-11-14 Thread Phil Thompson
> Phil Thompson a écrit : >> On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote: >> >>> Hi, >>> >>> I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I >>> install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the >>> windows installer. PyQt4 applications do not run