[PyQt] Fwd: easy_install for PyQt

2012-08-06 Thread Mike Ramirez
didn't hit reply to all. -- Forwarded message -- From: Mike Ramirez Date: Mon, Aug 6, 2012 at 9:33 AM Subject: Re: [PyQt] easy_install for PyQt To: "Bryan A. Jones" There is npackd[1] which can be utilized, it supports custom repositories, which in this case y

Re: [PyQt] pyrcc4 changed?

2012-07-09 Thread Mike Ramirez
I forgot to add that maybe you want to use a custom script, bash or python for compiling things with pyrcc4. At work we have one for that and pyuic4 On Mon, Jul 9, 2012 at 7:09 PM, Mike Ramirez wrote: > But look at the two commands, this one is completely different than > the first o

Re: [PyQt] pyrcc4 changed?

2012-07-09 Thread Mike Ramirez
But look at the two commands, this one is completely different than the first one you swear worked before. On Mon, Jul 9, 2012 at 4:17 PM, David Beck wrote: > Okay, after rebooting the computer, the following worked > > pyrcc4 -py3 rsrc/images.qrc -o images.py > >>> >>> I'm using the terminal co

Re: [PyQt] signal issue with qbuttongroup

2011-08-04 Thread Mike Ramirez
On Thursday, August 04, 2011 01:38:10 PM Di Zou wrote: > My code is based on classes. This is how my code looks right now: > > def Function(self): > addAppButtonGroup = QButtonGroup() > addAppButtonGroup.addButton(addCustomAppButton) > addAppButtonGroup.addButton(addAp

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 05:50:50 PM John McGehee wrote: > > On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: > > > I found no resources on this topic, so I wrote my own article, > > > > > > Test PyQt GUIs with QTest and unittest > > > http://www.voom.net/pyqt-qtest-example >

Re: [PyQt] Some advice needed please

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:49:49 PM Martin Airs wrote: > On Wednesday 03 August 2011 17:42:56 Martin Airs wrote: > > well I managed to achieve what I was after, I used a scene and > > graphicsTextItem's in the end > > > > here's a little vid, http://airs.me.uk/Videos/chatwindow.ogv > > > >

Re: [PyQt] Some advice needed please

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:49:49 PM Martin Airs wrote: > On Wednesday 03 August 2011 17:42:56 Martin Airs wrote: > > well I managed to achieve what I was after, I used a scene and > > graphicsTextItem's in the end > > > > here's a little vid, http://airs.me.uk/Videos/chatwindow.ogv > > > >

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: > I found no resources on this topic, so I wrote my own article, > > Test PyQt GUIs with QTest and unittest > http://www.voom.net/pyqt-qtest-example > > I provide a complete example that uses only modules included in Python and > P

Re: [PyQt] Some advice needed please

2011-07-30 Thread Mike Ramirez
On Saturday, July 30, 2011 02:05:41 PM Martin Airs wrote: > Good evening all, > > I'm trying to create a very simple chat window, with a QLineEdit at the > bottom and a box above for the text. > > however when enter is pressed in the QLineEdit, I would like the text to be > put into the box at th

Re: [PyQt] what is the difference between QMenu() and QMenu(self)

2011-07-29 Thread Mike Ramirez
On Friday, July 29, 2011 05:47:21 PM Jian Ma wrote: > Hi Mike, > > I agree with your opion. Actually, I did backtrace. The message showed like > "~qobject, qobject.cpp can not find." I guess that the pyqt try to delete > an deleted object. > > If you have other ideas, please let me know. > > Tha

Re: [PyQt] what is the difference between QMenu() and QMenu(self)

2011-07-29 Thread Mike Ramirez
On Friday, July 29, 2011 04:20:27 PM Algis Kabaila wrote: > On Sat, 30 Jul 2011 08:18:58 AM Jian Ma wrote: > > Hi all, > > > > I created a QMenu object in a class. When I created it with menu = > > QMenu(self) and run the program, it sometimes got the "segmentation > > fault" after exit the progra

Re: [PyQt] Moving PyQt programs to Python 3

2011-07-14 Thread Mike Ramirez
On Friday 15 July 2011 11:42:59 Algis Kabaila wrote: > If I get binaries for PyQt I can ascertain the version of PyQt and Qt > itself, but AFAIK there is no way of ascertaining which breed of python, > 2.x or 3.x, PyQt is bound to. IMHO it would be useful to have > PYTHON_VERSION_STR, just like th

Re: [PyQt] Inter-office distribution/installation of packages/modules

2011-06-16 Thread Mike Ramirez
On Thursday 16 June 2011 10:13:10 James Polk wrote: > Apologies if this is too off-topic,but I'd like to propose a discussion > of how-to's and where-fore's regarding distributing python modules to a > user-base. > > Recently, I've been using Mark Hammond's excellent pywin32 packages, > along

Re: [PyQt] ANN: dip v0.3 Released

2011-06-13 Thread Mike Ramirez
On Monday 13 June 2011 20:17:56 Hans-Peter Jansen wrote: > On Monday 13 June 2011, 10:12:03 Phil Thompson wrote: > > On Sun, 12 Jun 2011 20:06:45 +0200, Wolfgang Keller > > > > wrote: > > > Hello, > > > > > >> It also includes the ability to bind GUIs created using > > >> traditional > > >> mean

Re: [PyQt] Odd key press behavior in PyQt app

2011-03-04 Thread Mike Ramirez
On Friday, March 04, 2011 08:03:15 am Umang Varma wrote: > Thanks so much for your response! > > On 03/04/2011 12:55 AM, Mike Ramirez wrote: > > A few things missing, pyqt version, sip version, qt version (I think > > these are required to figure out where/how this bug was i

Re: [PyQt] Odd key press behavior in PyQt app

2011-03-03 Thread Mike Ramirez
On Thursday, March 03, 2011 08:57:31 pm Umang Varma wrote: > Just wondering whether this is the wrong place to ask and if so what > might be a better list to ask this question on. > Yes this would be the right place to ask. *disclaimer I'm not a PyQt maintainer or involved outside of being a us

Re: [PyQt] Get platform?

2011-02-16 Thread Mike Ramirez
On Wednesday, February 16, 2011 11:41:34 am you wrote: > On Wednesday, February 16, 2011 11:17:54 am Philippe Crave wrote: > > maybe something from the platform module ? > > http://docs.python.org/library/platform.html > > > > platform.system() > > Returns the system/OS name, e.g. 'Linux', 'Window

Re: [PyQt] Get platform?

2011-02-16 Thread Mike Ramirez
On Wednesday, February 16, 2011 11:17:54 am Philippe Crave wrote: > maybe something from the platform module ? > http://docs.python.org/library/platform.html > > platform.system() > Returns the system/OS name, e.g. 'Linux', 'Windows', or 'Java'. An > empty string is returned if the value cannot be

Re: [PyQt] modules, nameSpaces, and Wizards

2011-01-05 Thread Mike Ramirez
On Wednesday, January 05, 2011 10:12:30 am James Polk wrote: > > So, strategically thinking,...what's the best way to achieve this kind > of program/module sharing/linking? > > Any thoughts, suggestions, advice, or words of wisdom, is mostly greatly > appreciated, > Thank you, > -James > I'm no

Re: [PyQt] PyQt4.QtGui + uuid.uuid4() = segfault

2010-12-09 Thread Mike Ramirez
On Thursday, December 09, 2010 06:56:18 pm Christopher Singley wrote: > I'm using PyQt4 v4.7.3. Check this out: > > Python 2.7.1 (r271:86832, Dec 1 2010, 23:37:45) > [GCC 4.4.5] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > >>> from PyQt4 import QtGui >