Hi,
i've a little problem with eric on osx (Tiger 10.4.2; iBook G4), a
few times ago i had install pyqt-mac-tiger and eric3.7 but i can't
write " []|{} " in the editor.
I use the current versions from http://sourceforge.net/projects/pyqt-
mac/
I hope anyone can help.
ps: sorry for the fe
Hello,
I have attached sipdistutils.py which gives preliminar support for compiling
SIP extensions with distutils. It is based on Pyrex's distutils support.
When you build an extension, the following happens:
- The list of provided files is searched for files with extension .sip.
- The files ar
On Wednesday 26 October 2005 12:30 am, Giovanni Bajo wrote:
> Hello,
>
> Having read the SIP documentation, it is not clear to me what is the
> difference between using TransferBack and using Factory as annotation for a
> function. It *looks* like Factory should be used for new objects, and
> Trans