[PyQt] big problems with py2exe and cxfreeze on latest PyQt4

2007-08-08 Thread Bastian Salmela
last message was sent to old address. sorry if this is duplicate. (just making sure) hi, I'm running Python 2.5, Qt 4.3, and latest PyQt4.. when I try to wrap up my program (that works just fine) into distribution package (exe), it stops working. program doesn't start at all, I get immediately

Re: [PyQt] big problems with py2exe and cxfreeze on latest PyQt4

2007-08-08 Thread Giovanni Bajo
On mer, 2007-08-08 at 10:04 +0300, Bastian Salmela wrote: hi, I'm running Python 2.5, Qt 4.3, and latest PyQt4.. when I try to wrap up my program (that works just fine) into distribution package (exe), it stops working. program doesn't start at all, I get immediately an error message, and

Re: [PyQt] Is there a way to download the documentation?

2007-08-08 Thread Phil Thompson
On Wednesday 08 August 2007 4:34 am, Hernán Rajchert wrote: I have a bad internet conection and from time to time it doesn't work so i was wondering if i could download the API reference. It's in the source packages. Phil ___ PyQt mailing list

[PyQt] Re: big problems with py2exe and cxfreeze on latest PyQt4

2007-08-08 Thread Lukáš Lalinský
On St, 2007-08-08 at 10:04 +0300, Bastian Salmela wrote: [...] Traceback (most recent call last): File var.py, line 9, in module File PyQt4\QtGui.pyc, line 12, in module File PyQt4\QtGui.pyc, line 10, in __load ImportError: No module named _qt same program worked fine on qt4.2 and

[PyQt] Signals across threads

2007-08-08 Thread Gwendolyn van der Linden
Hi, I'm using PyQt4, version 4.2.3, on Windows XP. It seems that signals emit()'ed from the GUI thread are delivered to other threads in the GUI thread, rather than in the target thread. The following program demonstrates this: - import sys from PyQt4 import QtGui,

[PyQt] HelloGL example

2007-08-08 Thread Lieven Buts
In the Python version of the opengl/hellogl example, the signals from the OpenGL widget to the sliders do not appear to work on my (Ubuntu 7.04, Qt 4.3.0, SIP 4.7, PyQt 4.3) installation. The connections are made by code like this: self.connect(self.glWidget, QtCore.SIGNAL(xRotationChanged),

[PyQt] Best model for a Catalog

2007-08-08 Thread Nahuel Defossé
Hi I'm trying to build a PyQt (4.3) frontend for my CdCat catalogs. They are a compressed XML files, which basicaly describes some kind of filesystem like this: catalog media !-- This could be a CD, DVD, or Network Drive -- folder file/file

Re: [PyQt] HelloGL example

2007-08-08 Thread Phil Thompson
On Wednesday 08 August 2007 4:05 pm, Lieven Buts wrote: In the Python version of the opengl/hellogl example, the signals from the OpenGL widget to the sliders do not appear to work on my (Ubuntu 7.04, Qt 4.3.0, SIP 4.7, PyQt 4.3) installation. The connections are made by code like this:

[PyQt] python core dumped

2007-08-08 Thread Claudio A. Quezada R.
Hi, i´ve got an exception thrown from an event handler. I´m working on two QtableWidget, something like this: grillaDatos Est_1 Est_2 Est_3 Especie 1 301 Especie 2 341 Especie 3 091 grillaBiometria, inicially

Re: [PyQt] Set a SVG image as background and with transparency

2007-08-08 Thread Gustavo A. Dí­az
Hi!! Well guys... i am getting nuts trying to do this :S Here is an example i what i really want: Superkaramba Applet: http://opencoffee.lnxteam.org/downloads/pub/pics/SuperKaramba_AppletExample.png Now, superkaramba is developed with C++/Python/QT. As you could see, they do not use QT