Re: [PyQt] Bug report: multiple QApplication instances cause a segfault

2011-06-23 Thread Algis Kabaila
On Thu, 23 Jun 2011 10:08:50 PM Hans-Peter Jansen wrote: > Dear Al, > > On Thursday 23 June 2011, 13:26:02 Algis Kabaila wrote: > > On Thu, 23 Jun 2011 07:06:49 PM Hans-Peter Jansen wrote: [snip...] Following Pete's advise, I've installed 23 new packages that appeared to be dbg related (169 MiB d

Re: [PyQt] PyQt application frozen if run in localhost; OK if SSH'd to another host

2011-06-23 Thread Arrieta
The $ in $python helloworld.py is meant to simbolize the command prompt, not an environment variable. Sorry for the confusion. I will verify the X configuration in the machines and get back to you. Thanks! -- View this message in context: http://old.nabble.com/PyQt-application-frozen-if-run-

Re: [PyQt] licensing

2011-06-23 Thread David Boddie
On Thu Jun 23 21:32:47 BST 2011, Joel B. Mohler wrote: > On Thursday, June 23, 2011 04:33:20 am Phil Thompson wrote: > > > You haven't said what license you want to use for your code. If you use > > the GPL version of PyQt then your license must be compatible with the > > GPL. > > Sure, that's true

Re: [PyQt] licensing

2011-06-23 Thread Joel B. Mohler
On Thursday, June 23, 2011 04:33:20 am Phil Thompson wrote: > On Wed, 22 Jun 2011 10:35:40 +0200, "KONTRA, Gergely" > > > wrote: > > Hi all! > > > > Maybe a bit offtopic and theoretical question: > > > > Suppose I'd like to write an app in python and Qt. I evaluate the > > possibilities, and se

Re: [PyQt] PyQt application frozen if run in localhost; OK if SSH'd to another host

2011-06-23 Thread Hans-Peter Jansen
On Thursday 23 June 2011, 18:26:52 Arrieta wrote: > Consider the following PyQT application (helloworld.py): > > > import sys > from PyQt4 import QtGui > > def main(): > app = QtGui.QApplication(sys.argv) > win = QtGui.QPushButton("Hello, World!") > win.show() > return app.exec_() >

Re: [PyQt] bug in latest sip release

2011-06-23 Thread Phil Thompson
On Sat, 18 Jun 2011 16:58:43 +0100, Baz Walter wrote: > after recently upgrading sip, several applications that use treeviews > started producing a lot of errors like this: > > TypeError: expected 1 arguments, got 0 > > this is using: python 2.7.2, qt 4.7.3, sip 4.12.3, pyqt 4.8.4 > > the

Re: [PyQt] sipConvertFromSliceObject() macro incompatible with Python 3.2

2011-06-23 Thread Phil Thompson
On Thu, 23 Jun 2011 19:47:17 +0200, Arfrever Frehtes Taifersar Arahesis wrote: > 2011-06-23 18:26:05 Phil Thompson napisał(a): >> On Mon, 20 Jun 2011 19:13:51 +0200, Arfrever Frehtes Taifersar Arahesis >> wrote: >> > 2011-06-20 18:45:25 Arfrever Frehtes Taifersar Arahesis napisał(a): >> >> sipCon

Re: [PyQt] sipConvertFromSliceObject() macro incompatible with Python 3.2

2011-06-23 Thread Arfrever Frehtes Taifersar Arahesis
2011-06-23 18:26:05 Phil Thompson napisał(a): > On Mon, 20 Jun 2011 19:13:51 +0200, Arfrever Frehtes Taifersar Arahesis > wrote: > > 2011-06-20 18:45:25 Arfrever Frehtes Taifersar Arahesis napisał(a): > >> sipConvertFromSliceObject() macro is incompatible with Python 3.2. > >> Please see comment #

[PyQt] PyQt application frozen if run in localhost; OK if SSH'd to another host

2011-06-23 Thread Arrieta
Consider the following PyQT application (helloworld.py): import sys from PyQt4 import QtGui def main(): app = QtGui.QApplication(sys.argv) win = QtGui.QPushButton("Hello, World!") win.show() return app.exec_() if __name__ == "__main__": sys.exit(main()) If I run ($python

Re: [PyQt] sipConvertFromSliceObject() macro incompatible with Python 3.2

2011-06-23 Thread Phil Thompson
On Mon, 20 Jun 2011 19:13:51 +0200, Arfrever Frehtes Taifersar Arahesis wrote: > 2011-06-20 18:45:25 Arfrever Frehtes Taifersar Arahesis napisał(a): >> sipConvertFromSliceObject() macro is incompatible with Python 3.2. >> Please see comment #0 in: >> https://bugs.gentoo.org/show_bug.cgi?id=365549

Re: [PyQt] Bug report: multiple QApplication instances cause a segfault

2011-06-23 Thread Algis Kabaila
On Thu, 23 Jun 2011 10:08:50 PM Hans-Peter Jansen wrote: > Dear Al, > > On Thursday 23 June 2011, 13:26:02 Algis Kabaila wrote: > > On Thu, 23 Jun 2011 07:06:49 PM Hans-Peter Jansen wrote: > > > On Thursday 23 June 2011, 08:28:06 David Townshend wrote: > > > > If it vanishes, it implies a segfault

Re: [PyQt] Bug report: multiple QApplication instances cause a segfault

2011-06-23 Thread Hans-Peter Jansen
Dear Al, On Thursday 23 June 2011, 13:26:02 Algis Kabaila wrote: > On Thu, 23 Jun 2011 07:06:49 PM Hans-Peter Jansen wrote: > > On Thursday 23 June 2011, 08:28:06 David Townshend wrote: > > > If it vanishes, it implies a segfault which you will probably see > > > if you run idle form the command l

Re: [PyQt] Bug report: multiple QApplication instances cause a segfault

2011-06-23 Thread Algis Kabaila
On Thu, 23 Jun 2011 07:06:49 PM Hans-Peter Jansen wrote: > On Thursday 23 June 2011, 08:28:06 David Townshend wrote: > > If it vanishes, it implies a segfault which you will probably see if > > you run idle form the command line. You should be able to get a > > backtrace by running idle through gdb

[PyQt] Where may I get older Windows builds?

2011-06-23 Thread Alexey Eromenko
Hi All, Where may I get older Windows builds of pyQt 4.7.x ? The new 4.8.x has regression in SVG rendering, which I can't hunt down yet. -- -Alexey Eromenko "Technologov" ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputi

Re: [PyQt] Bug report: multiple QApplication instances cause a segfault

2011-06-23 Thread Hans-Peter Jansen
On Thursday 23 June 2011, 08:28:06 David Townshend wrote: > If it vanishes, it implies a segfault which you will probably see if > you run idle form the command line. You should be able to get a > backtrace by running idle through gdb, i.e, from the command line, > run "gdb idle". Then in gdb type

Re: [PyQt] licensing

2011-06-23 Thread KONTRA, Gergely
On Thu, Jun 23, 2011 at 10:33, Phil Thompson wrote: > On Wed, 22 Jun 2011 10:35:40 +0200, "KONTRA, Gergely" > > wrote: >> Hi all! >> >> Maybe a bit offtopic and theoretical question: >> >> Suppose I'd like to write an app in python and Qt. I evaluate the >> possibilities, and see, that pyqt is mo

Re: [PyQt] licensing

2011-06-23 Thread Phil Thompson
On Wed, 22 Jun 2011 10:35:40 +0200, "KONTRA, Gergely" wrote: > Hi all! > > Maybe a bit offtopic and theoretical question: > > Suppose I'd like to write an app in python and Qt. I evaluate the > possibilities, and see, that pyqt is more stable now, so I decide to > begin coding with it (with the