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
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
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)
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
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
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
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()
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
_
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
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
10 matches
Mail list logo