[PyQt] status of PyPy support

2013-05-10 Thread Gour
Hello,

what is the status of PyPy support for PyQt?

The PyPy compatibility wiki page
(https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings)
just says 'Unknown' ?


Sincerely,
Gour

-- 
Not by merely abstaining from work can one achieve freedom 
from reaction, nor by renunciation alone can one attain perfection.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] build packaging tool for pyqt project

2013-05-08 Thread Gour
Hello,

I'm considering what to use for build_system/pacakger for multi-platform
Py3(Qt) project using cffi-generated bindings for 3rd party C library and
ability to build docs - HTML  PDF (user manual) written in reST/Sphinx?

There are tools like SCons/Waf as well as Bento
(http://cournape.github.io/Bento/) which has its own simple build system (for
building python bindings) and even Waf back-end and serves as packaging
system.

Otoh, I just noticed that setuptools  distribute will merge, so the whole
situation does not seem to be very clear.

Any recommendation what to use for the above, I assume, typical Py3Qt4(5)
project?


Sincerely,
Gour

-- 
It is far better to discharge one's prescribed duties, even though 
faultily, than another's duties perfectly. Destruction in the course 
of performing one's own duty is better than engaging in another's
duties, for to follow another's path is dangerous.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] ANN: PyQt5 Snapshots Available

2013-05-07 Thread Gour
On Mon, 06 May 2013 21:47:25 +0100
Phil Thompson p...@riverbankcomputing.com wrote:

Hello Phil,

 So stick with PyQt4, it's not going away.  

If I'm just about to start learning PyQt and would like to use PyQt5 is
Rapid GUI with PyQt book (which I own) still mostly relevant?


Sincerely,
Gour

-- 
While contemplating the objects of the senses, a person 
develops attachment for them, and from such attachment lust 
develops, and from lust anger arises.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] ANN: PyQt5 Snapshots Available

2013-05-07 Thread Gour
On Tue, 07 May 2013 10:56:14 +0100
Phil Thompson p...@riverbankcomputing.com wrote:

 Yes - except for signals and connections, and QString and QVariant
 handling.

OK.

 However as these differences are things you'd come across very
 quickly it might be better to start with PyQt4 but switch to PyQt5 as
 soon as you start to feel comfortable about the Qt way of doing
 things.

Thank you. That's helpful advice...and, of course, thank you for your
persistent work on providing high quality PyQt bindings.


Sincerely,
Gour

-- 
You have a right to perform your prescribed duty, but you
are not entitled to the fruits of action. Never consider 
yourself the cause of the results of your activities,
and never be attached to not doing your duty.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Dilemma: Pqt or wxpython

2012-09-11 Thread Gour
On Fri, 8 Apr 2011 13:14:13 -0400
Doug Bell do...@bellz.org wrote:

Hopefully, you don't mind jumping into this (old) thread...

 Several years ago I wrote the same simple application in both
 toolkits. After that, it became obvious that PyQt was the way to go.
 The wx toolkit was not very friendly to use, reminding me way too
 much of the bad old days with Microsoft's MFC.  PyQt is really
 cross-platform: something written and debugged on Linux is very
 nearly guaranteed to work well on Windows, and vice-versa.  On
 wxPython, there was no shortage of platform-specific bugs.  

I'm in the same boat today...abandoned idea to wait  use some working
GUI library in D language and decided to learn  use python.

Personally, I use gtk-based desktop (Xfce) and I like it, but would
like to write general-purpose desktop open-source application capable
to run on Linux, Mac  Windows.

I cannot speak about wx's API (un)friendliness and/or platform-specific
bugs, but my main concern is that wxWidgets project does not have many
active developers...

Of course, PyQt is, afaik, mostly one-man show, similar to wxpython and
tireless work from Robin Dunn, but, otoh, Qt has much bigger
development community.

What do you think about my concern in regards to this dilemma and/or
some other relevant point to decide properly[1] ?

Let me add that I also plan to use Cython (for speed purposes of
project's back-end functionality), as well as to use Python3.

[1] my project will be done in my spare time, so I'd like to avoid
  learning and coding in the 'wrong' toolkit which is not properly
  developed/maintained.


Sincerely,
Gour


-- 
Bewildered by the modes of material nature, the ignorant fully 
engage themselves in material activities and become attached. But 
the wise should not unsettle them, although these duties are inferior 
due to the performers' lack of knowledge.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


signature.asc
Description: PGP signature
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Dilemma: Pqt or wxpython

2012-09-11 Thread Gour
On Tue, 11 Sep 2012 15:13:18 +0200
Szabo, Patrick \(LNG-VIE\) patrick.sz...@lexisnexis.at wrote:

 I have used both wyPython and PyQt and to be honest, at the time
 there wasn't much difference. PyQt is a little more powerfull but the
 syntax and style is imho almost the same.   

Thanks.

 If you wan't to use Python3 you should use PyQt since wxPython has no
 stable release for Python3 and is afaik discontinued.   

Well, Phoenix project with wxPython bindings based on PyQT's SIP tool
is on the way...?


Sincerely,
Gour


-- 
There is no possibility of one's becoming a yogī, O Arjuna, 
if one eats too much or eats too little, sleeps too much 
or does not sleep enough.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


signature.asc
Description: PGP signature
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Dilemma: Pqt or wxpython

2012-09-11 Thread Gour
On Tue, 11 Sep 2012 15:14:42 +0100
Tony Lynch tly...@xype.com wrote:

 Qt is much better than wx in general, and more widely used. I'd go for
 Qt/PyQt every time,

One pro for wx might be using native toolkits and (probably) looking
better which is possible concern on Windows  Mac OS X platforms?


Sincerely,
Gour

-- 
As fire is covered by smoke, as a mirror is covered by dust, 
or as the embryo is covered by the womb, the living entity is 
similarly covered by different degrees of this lust.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


signature.asc
Description: PGP signature
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] pyqt vs pyside for desktop Android development

2011-11-01 Thread Gour
Hello!

We're starting with Python  Qt and plan to write multi-platform desktop app
using Python+Qt technology.

Moreover, we'd like to write 'lite' app for Android and wonder whether there is
any support in PyQt for doing Python+Qt for this mobile OS?

We've found this link http://thp.io/2011/pyside-android/ which is based on
Pyside...

Let me add that we would like to start with Python-3.

Which bindings could you recommend to learn (we bought PyQt book) to develop
for *both* desktop and mobile OS?

License is, we believe, not the issue since we plan to use 3-rd party C-lib
which is GPL2+ licensed.


Sincerely,
Gour

p.s. It looks that there is misleading info on Gmane page about this list
stating 'posting allowed', although it is not if one is not subscribed to the
list.


-- 
As a strong wind sweeps away a boat on the water, 
even one of the roaming senses on which the mind 
focuses can carry away a man's intelligence.

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


signature.asc
Description: PGP signature
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt