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