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 bui

Re: [PyQt] Introduce myself

2008-01-23 Thread Michael Towers
Rémy HUBSCHER wrote: Hello, I am a new programmer un PyQt4 and I am looking to deploy my PyTalk jabber client on Windows, Linux and Mac OS X. I heard that I will have to use py2exe, cx_freeze and py2app. Could somebody explain exactly how to do ? I just need a setup.py file of each to unders

Re: [PyQt] identify a QTreeWidgetItem

2007-10-23 Thread Michael Towers
alteo_gange wrote: Le mardi 23 octobre 2007, alteo_gange a écrit : Hi everybody! I have created several QTreeWidgetItem and connected a signal "itemClicked(QTreeWidgetItem *,int)" on the QTreeWidget. treeWidget=QtGui.QTreeWidget(widget) ... itemTree1=QtGui.QTreeWidgetItem(treeWidget)

Re: [PyQt] Call a window from other parent window

2007-10-17 Thread Michael Towers
A couple of (also untested) tweaks? Mark Summerfield wrote: On 2007-10-16, Sergio Jovani Guzmán wrote: Hi all! I am learning PyQt and I have a question. I have two classes, one for each widget: == class Main(QMainWindow): def __init__(self): QMainWi

Re: [PyQt] Help with help action

2007-09-26 Thread Michael Towers
Hi Thorsten, You're not 'show'ing your help widget, which I imagine should be some sort of pop-up. For example, something like: def help(self): dlg=QtGui.QDialog() browser = QtGui.QTextBrowser() browser.append('Help') layout = QtGui.QVBoxLayout(dlg) layout

Re: [PyQt] deleting QTreeWidgetItem

2007-09-07 Thread Michael Towers
Phil Thompson wrote: On Friday 07 September 2007, Michael Towers wrote: Hi all, Could someone confirm (or otherwise!) my understanding of the way PyQt4 deals with management of Qt objects? If I want to delete a QTreeWidgetItem and all its children from a tree (and release all connected

[PyQt] deleting QTreeWidgetItem

2007-09-07 Thread Michael Towers
Hi all, Could someone confirm (or otherwise!) my understanding of the way PyQt4 deals with management of Qt objects? If I want to delete a QTreeWidgetItem and all its children from a tree (and release all connected storage), is it enough to do the following? p = item.parent()

[PyQt] msvcp71.dll

2007-09-03 Thread Michael Towers
I've just tried out the latest pyqt4 installer for windows, and found that nothing would run because msvcp71.dll was missing. Would it be sensible to include this in the package, or is this something whose installation should be sorted out by the user? Best wishes, mt _

Re: [PyKDE] PyQt4 and win98

2006-11-08 Thread Michael Towers
Phil Thompson wrote: Hi, I may be doing something stupid (such as trying it on win98!) but it seems not to work - Qt4.2.1 demos work fine, PyQt4.1 installation went ok, but 'from PyQt4 import QtCore' gives 'DLL load failed'. I'm afraid that you will have to diagnose the problem yourself. Phil

[PyKDE] PyQt4 and win98

2006-11-08 Thread Michael Towers
Hi, I may be doing something stupid (such as trying it on win98!) but it seems not to work - Qt4.2.1 demos work fine, PyQt4.1 installation went ok, but 'from PyQt4 import QtCore' gives 'DLL load failed'. ___ PyKDE mailing listPyKDE@mats.imk.frau