I've successfully made a PySide build on a pretty ordinary Snow
Leopard install, but it was a bit of a pain. Here's how I did it.
1. got the Qt SDK (I'd done this a while ago and ended up with 4.6.2),
and installed cmake from MacPorts.
2. Started with
http://qt.gitorious.org/~lamikae/pyside/lamika
On Monday 27 September 2010 23:19:21 Jon Middleton wrote:
> Thanks for the quick response. That explains why QtDeclarative was not
> working :)
>
> QTCore is working however
>
> So for me to use PySide and QtDeclarative, I need:
>
>- Qt4.7 installed
>- Qt within is listed in my system
>
On 26.09.2010 09:20, ext anatoly techtonik wrote:
Hi, Renano.
Thanks. Are there any plans to release 0.4.2 version?
(sorry about the delay.)
We have had initial discussion about doing the next release in the
beginning of our next sprint. In practice, the source packages would be
available a
On 28.09.2010 16:40, ext Thomas Sturm wrote:
Unless we are missing something, the following is a bug:
Hi Thomas,
I've submitted a bug about the issue:
http://bugs.openbossa.org/show_bug.cgi?id=389
In general, if you have any doubt that some behaviour might be a bug, I
strongly recommend to
On Sat, Sep 25, 2010 at 6:39 PM, Gabriel Santana wrote:
>
> I have installed here pyside 0.4.1 and Qt Designer 4.6.2 in Ubuntu 10.04.
>
Hello,
I am experiencing the same problem in the same configuration. I used the
packages from the pyside ppa on launchpad (
https://launchpad.net/~pyside/+archiv
Unless we are missing something, the following is a bug:
We have the following
class QReduceBlockData(QTextBlockUserData):
def __init__(self,n):
QTextBlockUserData.__init__(self)
self.message = "Hallo " + str(n)
Somewhere else in our code, we try:
cursor.block().setUserData