I like to see SIP support (in a class Foo) for slots like:
__radd__
__rsub__
__rmul__
__rdiv__
__rtruediv__
__rfloordiv__
__rmod__
__rdivmod__
__rpow__
__rlshift__
__rrshift__
__rand__
__rxor__
__ror__
so that one can use:
any_python_type binary_operator Foo_type
Gerard
___
(1) (public) member data of class Foo does not show up in dir(Foo).
This trips up tools like PyChecker and the standard library module
inspect.py
(2) documentation bug: this concerns virtual member functions which
have different C++ signatures in the inheritance tree of a class.
Si
Given the following sip fragment...
class Foo
{
virtual void bar( SIP_PYOBJECT ) [void (UnwrappedType)];
%MethodCode
// ...
%End
%VirtualCatcherCode
// ...
%End
};
Sip will compain about UnwrappedType not being defined. I don't
believe it should need to be defined in the presence of the
%V
I have pyqt in my powerbook, same versions, and it seems to be fine.
Check out gentoo for OS X. That's the way to go.
http://www.gentoo.org/doc/en/macos-guide.xml
On Jul 28, 2005, at 2:06 AM, Alistair Culf wrote:
Hi, I'm trying to install sip 4.2.1 and pyQt 3.14.1on my mac
running OSX 10.
Many thanks to Jul, because i used his as a base to mine, since his french
translation helped me to solve some strings.
You're very welcome.
As soon as I have time, I learn brazilian so you can help me as well :)
++
Jul.
___
PyKDE mailing list
Hi Phil !
I did a brazilian portuguese one.
Many thanks to Jul, because i used his as a base to mine, since his french
translation helped me to solve some strings.
Here it go. :)
Em Qua 27 Jul 2005 17:38, Phil Thompson escreveu:
> The current QScintilla snapshot will become QScintilla v1.6 in
On Thursday 28 July 2005 12:06, Alistair Culf wrote:
> Hi, I'm trying to install sip 4.2.1 and pyQt 3.14.1on my mac running OSX
> 10.3.9 I've installed Qt sucessfully and have run the demos. However,
> when I try to configure sip I get the following error
>
> Error: /usr/local/Trolltech/Qt-4.0.0/
Hi, I'm trying to install sip 4.2.1 and pyQt 3.14.1on my mac running OSX
10.3.9 I've installed Qt sucessfully and have run the demos. However, when
I try to configure sip I get the following error
Error: /usr/local/Trolltech/Qt-4.0.0/mkspecs/default/qmake.conf: macro
'[QT_INSTALL_HEADERS]' is