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
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
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
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
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
>
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
> >
> >
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
> >
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
>
20 matches
Mail list logo