[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] [SOLVED] sip: __or__() unsupported function return type - provide %MethodCode and a C++ s
From:       Nico Dufort <ndufort () gmail ! com>
Date:       2012-04-28 15:50:28
Message-ID: CAE9k4pddnMDByWhvVVK5G4XTs0US9e40BJBNDD8VqCTOo2+Dag () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Thanks Brian,

I just tried it and that took care of the problem I had since December.
 Successfully built and installed.

Cheers,
nico

On Thu, Apr 26, 2012 at 11:08 AM, Brian Kelley <kelley@eyesopen.com> wrote:

> Phil is putting out a new snapshot, but here are the details:
> 
> this bug is encountered when Qt is build with no open ssl, if you don't
> want to wait for the snapshot or next release, you can do the following.
> 
> Edit PyQt-*-4.9.1/sip/QtNetwork/qssl.sip
> 
> You need to edit the bottom of the file so that the Qflags portion are
> inside the
> %If (Qt_4_3_0 -)
> %If (PyQt_OpenSSL)
> statements at the top of the file
> 
> The lines at the end should look like the following
> ==================
> };
> 
> %If (Qt_4_8_0 -)
> QFlags<QSsl::SslOption> operator|(QSsl::SslOption f1,
> QFlags<QSsl::SslOption> f2);
> %End
> %If (Qt_4_8_0 -)
> QFlags<QSsl::SslOption> operator|(QSsl::SslOption f1, QSsl::SslOption f2);
> %End
> 
> %End
> %End
> ==================
> 
> Then build as normal.
> 
> Good luck.
> 
> Brian
> 
> From: Kah Fai Chong <kfchong@altera.com>
> Date: Wed, 25 Apr 2012 20:12:34 -0700
> To: "'pyqt@riverbankcomputing.com'" <pyqt@riverbankcomputing.com>
> Subject: [PyQt] sip: __or__() unsupported function return type - provide
> %MethodCode and a C++ signature ( QT 4.8.1 + PyQt 4.9.1 )
> 
> Hi PyQt Developer,****
> 
> ** **
> 
> I am QT commercial customer 01-003031. I face problem when I installing
> windows pyqt 4.9.1.****
> 
> ** **
> 
> *Setup Environment*
> 
> 1.       Windows 7 64bits****
> 
> 2.       MSVC 2008****
> 
> 3.       QT 4.8.1****
> 
> 4.       SIP 4.13.2****
> 
> 5.       Python 2.7.1****
> 
> ** **
> 
> *Environment Variable*
> 
> QT_HOME=s:\tools\qt\4.8.1\windows64****
> 
> PATH=s:\tools\qt\4.8.1\windows64\bin;s:\tools\qt\4.8.1\windows64\bin;"c:\ProgramFile \
> s\MicrosoftSDKs\Windows\v6.0A\Bin\x64";S:\tools\share\python\2.7.1\windows64\bin;C:\ \
> devstudio2008\VC\BIN\amd64;C:\WINDOWS\Microsoft.NET\Framework64\v3.5;C:\WINDOWS\Microsoft.NET\Framework64\v3.5\Microsoft
>                 
> .NET Framework 3.5
> (Pre-ReleaseVersion);C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727;C:\devstudio200 \
> 8\VC\VCPackages;C:\devstudio2008\Common7\IDE;C:\devstudio2008\Common7\Tools;C:\devst \
> udio2008\Common7\Tools\bin;s:\tools\arc\bin;s:\tools\perl\current\windows32\bin;s:\t \
> ools\bin\windows32;c:\mks\bin;c:\mks\bin64;c:\mks\bin\X11;c:\mks\mksnt;C:\WINDOWS\SysWOW64;c:\windows\system32;c:\windows;c:\windows\system32\wbem;C:\Program
>  Files (x86)\Microsoft SQL Server\90\Tools\bin****
> 
> LD_LIBRARY_PATH=s:\tools\share\python\2.7.1\windows64\Lib****
> 
> LIB=C:\devstudio2008\VC\ATLMFC\LIB\amd64;C:\devstudio2008\VC\LIB\amd64;;"c:\Program
> Files\Microsoft SDKs\Windows\v6.0A\Lib\x64"****
> 
> LIBPATH
> =C:\WINDOWS\Microsoft.NET\Framework64\v3.5;C:\WINDOWS\Microsoft.NET\Framework64\v2.0 \
> .50727;C:\WINDOWS\Microsoft.NET\Framework64\v3.5;C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727;C:\devstudio2008\VC\ATLMFC\LIB\amd64;C:\devstudio2008\VC\LIB\amd64;
>                 
> ****
> 
> INCLUDE=C:\devstudio2008\VC\ATLMFC\INCLUDE;C:\devstudio2008\VC\INCLUDE;;"c:\Program
> Files\Microsoft SDKs\Windows\v6.0A\Include"****
> 
> PYTHONHOME=S:\tools\share\python\2.7.1\windows64****
> 
> PYTHONPATH
> =S:\tools\share\python\2.7.1\windows64\lib\python2.7\site-packages\ChartDirector\lib
>                 
> ****
> 
> PYTHON_ROOT=S:\tools\share\python\2.7.1\windows64****
> 
> ** **
> 
> ** **
> 
> ** **
> 
> *Error Message*
> 
> When I running configure PyQt, the combination of Pyqt 4.9.1, SIP 4.13.2,
> QT 4.8.1 will bring out problem below.****
> 
> “sip: __or__() unsupported function return type - provide %MethodCode and
> a C++ signature Error: Unable to create the C++ code.****
> 
> ” ****
> 
> ** **
> 
> ** **
> 
> However, the combination of Pyqt 4.9.1, SIP 4.13.2, QT 4.7.0 is working
> fine.  Is it PyQt 4.9.1 not compatible with QT 4.8.1? or I missing out
> something here? Please help. ****
> 
> FYI. The environment I configure for PyQt on both are same except the QT
> version. ****
> 
> ** **
> 
> Today, I tried to exclude out problematic QT module when I install Pyqt
> 4.9.1, SIP 4.13.2, QT 4.8.1 that are (QtDeclarative, QtWebKit, QtNetwork,
> QtXmlPatterns), it is working fine now. But I guess these 4 QT module are
> important to us as well. Could you tell me what’s wrong when I install Pyqt
> 4.9.1 with SIP 4.13.2, QT 4.8.1, Python 2.7.1?****
> 
> ** **
> 
> *NOT ABLE TO INSTALL*
> 
> QtDeclarative****
> 
> QtWebKit****
> 
> QtNetwork****
> 
> QtXmlPatterns****
> 
> ** **
> 
> ** **
> 
> Thanks****
> 
> Kah Fai****
> 
> ** **
> 
> ** **
> 
> ** **
> 
> ** **
> 
> *Details Error Message *
> 
> Qt v4.8.1 Desktop edition is being used.****
> 
> Qt is licensed to Denis Goh.****
> 
> SIP 4.13.2 is being used.****
> 
> The Qt header files are in S:\tools\qt\4.8.1\windows64\include.****
> 
> The shared Qt libraries are in S:\tools\qt\4.8.1\windows64\lib.****
> 
> The Qt binaries are in S:\tools\qt\4.8.1\windows64\bin.****
> 
> The Qt mkspecs directory is in S:\tools\qt\4.8.1\windows64.****
> 
> These PyQt modules will be built: QtCore, QtGui, QtHelp, QtMultimedia,****
> 
> QtNetwork, QtDeclarative, QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg,
> ****
> 
> QtTest, QtWebKit, QtXml, QtXmlPatterns, phonon, QtDesigner, QAxContainer.*
> ***
> 
> The PyQt Python package will be installed in****
> 
> s:\tools\pyqt\4.9.1\windows64\lib\python2.7\site-packages.****
> 
> PyQt is being built with generated docstrings.****
> 
> The Designer plugin will be installed in****
> 
> S:\tools\qt\4.8.1\windows64\plugins\designer.****
> 
> The PyQt .sip files will be installed in****
> 
> s:\tools\pyqt\4.9.1\windows64\share\sip.****
> 
> pyuic4, pyrcc4 and pylupdate4 will be installed in****
> 
> s:\tools\pyqt\4.9.1\windows64\bin.****
> 
> Generating the C++ source for the QtCore module...****
> 
> "S:\tools\share\python\2.7.1\windows64\sip" -w -o -x VendorID -t WS_WIN -x
> PyQt_****
> 
> OpenSSL -x PyQt_NoPrintRangeBug -t Qt_4_8_1 -x Py_v3 -g -a QtCore.api -c
> S:\tool****
> 
> s\pyqt\4.9.1\PyQt-win-commercial-4.9.1\QtCore -b QtCore\QtCore.sbf -I
> S:\tools\p****
> 
> yqt\4.9.1\PyQt-win-commercial-4.9.1\sip
> S:\tools\pyqt\4.9.1\PyQt-win-commercial-****
> 
> 4.9.1/sip/QtCore/QtCoremod.sip****
> 
> Creating the Makefile for the QtCore module...****
> 
> Generating the C++ source for the QtDeclarative module...****
> 
> "S:\tools\share\python\2.7.1\windows64\sip" -w -o -x VendorID -t WS_WIN -x
> PyQt_****
> 
> OpenSSL -x PyQt_NoPrintRangeBug -t Qt_4_8_1 -x Py_v3 -g -a
> QtDeclarative.api -c****
> 
> S:\tools\pyqt\4.9.1\PyQt-win-commercial-4.9.1\QtDeclarative -b
> QtDeclarative\QtD****
> 
> eclarative.sbf -I S:\tools\pyqt\4.9.1\PyQt-win-commercial-4.9.1\sip
> S:\tools\pyq****
> 
> t\4.9.1\PyQt-win-commercial-4.9.1/sip/QtDeclarative/QtDeclarativemod.sip**
> **
> 
> sip: __or__() unsupported function return type - provide %MethodCode and a
> C++ signature Error: Unable to create the C++ code.****
> 
> ** **
> 
> ** **
> 
> ------------------------------
> Confidentiality Notice.
> This message may contain information that is confidential or otherwise
> protected from disclosure. If you are not the intended recipient, you are
> hereby notified that any use, disclosure, dissemination, distribution, or
> copying of this message, or any attachments, is strictly prohibited. If you
> have received this message in error, please advise the sender by reply
> e-mail, and delete the message and any attachments. Thank you.
> 
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 



-- 
"Attention, attention. Here and now, boys," the mynah repeated. "Here and
now, boys."


[Attachment #5 (text/html)]

<div class="gmail_extra">Thanks Brian,</div><div class="gmail_extra"><br></div><div \
class="gmail_extra">I just tried it and that took care of the problem I had since \
December.  Successfully built and installed.</div><div class="gmail_extra">

<br></div><div class="gmail_extra">Cheers,</div><div \
class="gmail_extra">nico<br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at \
11:08 AM, Brian Kelley <span dir="ltr">&lt;<a href="mailto:kelley@eyesopen.com" \
target="_blank">kelley@eyesopen.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> <div \
style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word"><div>Phil \
is putting out a new snapshot, but here are the \
details:</div><div><br></div><div>this bug is encountered when Qt is build with no \
open ssl, if you don&#39;t want to wait for the snapshot or next release, you can do \
the following.</div>


<div><br></div><div>Edit \
PyQt-*-4.9.1/sip/QtNetwork/qssl.sip</div><div><br></div><div>You need to edit the \
bottom of the file so that the Qflags portion are  inside the  </div><div> %If \
(Qt_4_3_0 -)</div><div> %If (PyQt_OpenSSL) </div>


<div>statements at the top of the file</div><div><br></div><div>The lines at the end \
should look like the \
following</div><div>==================</div><div><div>};</div><div><br></div><div>%If \
(Qt_4_8_0 -)</div><div>QFlags&lt;QSsl::SslOption&gt; operator|(QSsl::SslOption f1, \
QFlags&lt;QSsl::SslOption&gt; f2);</div>


<div>%End</div><div>%If (Qt_4_8_0 -)</div><div>QFlags&lt;QSsl::SslOption&gt; \
operator|(QSsl::SslOption f1, QSsl::SslOption \
f2);</div><div>%End</div><div><br></div><div>%End</div><div>%End</div></div><div><div>==================</div>



<div></div></div><div><br></div><div>Then build as \
normal.</div><div><br></div><div>Good luck.</div><span><font \
color="#888888"><div><br></div><div>Brian</div><div><br></div></font></span><span><div>
 <div style="border-right:medium \
none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium \
none;font-family:Calibri;border-top:#b5c4df 1pt \
solid;padding-bottom:0in;border-left:medium none">


<span style="font-weight:bold">From: </span> Kah Fai Chong &lt;<a \
href="mailto:kfchong@altera.com" target="_blank">kfchong@altera.com</a>&gt;<br><span \
style="font-weight:bold">Date: </span> Wed, 25 Apr 2012 20:12:34 -0700<br>


<span style="font-weight:bold">To: </span> &quot;<a \
href="mailto:&#39;pyqt@riverbankcomputing.com" \
target="_blank">&#39;pyqt@riverbankcomputing.com</a>&#39;&quot; &lt;<a \
href="mailto:pyqt@riverbankcomputing.com" \
target="_blank">pyqt@riverbankcomputing.com</a>&gt;<br>


<span style="font-weight:bold">Subject: </span> [PyQt] sip: __or__() unsupported \
function return type - provide %MethodCode and a C++ signature ( QT 4.8.1 + PyQt \
4.9.1 )<br></div><div><br></div></div><div><div> <div><div lang="EN-US" link="blue" \
vlink="purple"><div><p class="MsoNormal">Hi PyQt Developer,<u></u><u></u></p><p \
class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I am QT commercial customer \
01-003031. I face problem when I installing windows pyqt 4.9.1.<u></u><u></u></p>


<p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u>Setup \
Environment<u></u><u></u></u></p><p><span>1.<span style="font:7.0pt &quot;Times New \
Roman&quot;">       </span></span>Windows 7 64bits<u></u><u></u></p><p><span>2.<span \
style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>MSVC \
2008<u></u><u></u></p><p><span>3.<span style="font:7.0pt &quot;Times New \
Roman&quot;">       </span></span>QT 4.8.1<u></u><u></u></p><p><span>4.<span \
style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>SIP \
4.13.2<u></u><u></u></p><p><span>5.<span style="font:7.0pt &quot;Times New \
Roman&quot;">       </span></span>Python 2.7.1<u></u><u></u></p><p \
class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u>Environment \
Variable<u></u><u></u></u></p><p class="MsoNormal"><span \
style="color:#00b050">QT_HOME</span>=s:\tools\qt\4.8.1\windows64<u></u><u></u></p>


<p class="MsoNormal"><span \
style="color:#00b050">PATH</span>=s:\tools\qt\4.8.1\windows64\bin;s:\tools\qt\4.8.1\wi \
ndows64\bin;&quot;c:\ProgramFiles\MicrosoftSDKs\Windows\v6.0A\Bin\x64&quot;;S:\tools\s \
hare\python\2.7.1\windows64\bin;C:\devstudio2008\VC\BIN\amd64;C:\WINDOWS\Microsoft.NET\Framework64\v3.5;C:\WINDOWS\Microsoft.NET\Framework64\v3.5\Microsoft
                
 .NET Framework 3.5 (Pre-ReleaseVersion);C:\WINDOWS\Microsoft.NET\Framework64\v2.0.507 \
27;C:\devstudio2008\VC\VCPackages;C:\devstudio2008\Common7\IDE;C:\devstudio2008\Common \
7\Tools;C:\devstudio2008\Common7\Tools\bin;s:\tools\arc\bin;s:\tools\perl\current\wind \
ows32\bin;s:\tools\bin\windows32;c:\mks\bin;c:\mks\bin64;c:\mks\bin\X11;c:\mks\mksnt;C \
:\WINDOWS\SysWOW64;c:\windows\system32;c:\windows;c:\windows\system32\wbem;C:\Program \
Files (x86)\Microsoft SQL Server\90\Tools\bin<u></u><u></u></p><p \
class="MsoNormal"><span \
style="color:#00b050">LD_LIBRARY_PATH</span>=s:\tools\share\python\2.7.1\windows64\Lib<u></u><u></u></p><p \
class="MsoNormal"><span \
style="color:#00b050">LIB</span>=C:\devstudio2008\VC\ATLMFC\LIB\amd64;C:\devstudio2008\VC\LIB\amd64;;&quot;c:\Program \
Files\Microsoft SDKs\Windows\v6.0A\Lib\x64&quot;<u></u><u></u></p>


<p class="MsoNormal"><span \
style="color:#00b050">LIBPATH</span>=C:\WINDOWS\Microsoft.NET\Framework64\v3.5;C:\WIND \
OWS\Microsoft.NET\Framework64\v2.0.50727;C:\WINDOWS\Microsoft.NET\Framework64\v3.5;C:\ \
WINDOWS\Microsoft.NET\Framework64\v2.0.50727;C:\devstudio2008\VC\ATLMFC\LIB\amd64;C:\devstudio2008\VC\LIB\amd64;<u></u><u></u></p>



<p class="MsoNormal"><span \
style="color:#00b050">INCLUDE</span>=C:\devstudio2008\VC\ATLMFC\INCLUDE;C:\devstudio2008\VC\INCLUDE;;&quot;c:\Program \
Files\Microsoft SDKs\Windows\v6.0A\Include&quot;<u></u><u></u></p><p \
class="MsoNormal">


<span style="color:#00b050">PYTHONHOME</span>=S:\tools\share\python\2.7.1\windows64<u></u><u></u></p><p \
class="MsoNormal"><span \
style="color:#00b050">PYTHONPATH</span>=S:\tools\share\python\2.7.1\windows64\lib\python2.7\site-packages\ChartDirector\lib<u></u><u></u></p>



<p class="MsoNormal"><span \
style="color:#00b050">PYTHON_ROOT</span>=S:\tools\share\python\2.7.1\windows64<u></u><u></u></p><p \
class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p \
class="MsoNormal">


<u></u> <u></u></p><p class="MsoNormal"><u>Error Message<u></u><u></u></u></p><p \
class="MsoNormal">When I running configure PyQt, the combination of Pyqt 4.9.1, SIP \
4.13.2, QT 4.8.1 will bring out problem below.<u></u><u></u></p>


<p class="MsoNormal">“<span style="color:red">sip: __or__() unsupported function \
return type - provide %MethodCode and a C++ signature Error: Unable to create the C++ \
code.<u></u><u></u></span></p><p class="MsoNormal">” <u></u><u></u></p>


<p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p \
class="MsoNormal">However, the combination of Pyqt 4.9.1, SIP 4.13.2, QT 4.7.0 is \
working fine.  Is it PyQt 4.9.1 not compatible with QT 4.8.1? or I missing out \
something here? Please help. <u></u><u></u></p><p class="MsoNormal">FYI. The \
environment I configure for PyQt on both are same except the QT version. \
<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Today, \
I tried to exclude out problematic QT module when I install Pyqt 4.9.1, SIP 4.13.2, \
QT 4.8.1 that are (QtDeclarative, QtWebKit, QtNetwork, QtXmlPatterns), it is working \
fine now. But I guess these 4 QT module are important to us  as well. Could you tell \
me what’s wrong when I install Pyqt 4.9.1 with SIP 4.13.2, QT 4.8.1, Python \
2.7.1?<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p \
class="MsoNormal"><u>NOT ABLE TO INSTALL<u></u><u></u></u></p>


<p class="MsoNormal">QtDeclarative<u></u><u></u></p><p \
class="MsoNormal">QtWebKit<u></u><u></u></p><p \
class="MsoNormal">QtNetwork<u></u><u></u></p><p \
class="MsoNormal">QtXmlPatterns<u></u><u></u></p><p class="MsoNormal">

<u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p><p \
class="MsoNormal">Thanks<u></u><u></u></p><p class="MsoNormal">Kah \
Fai<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p \
class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">


<u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p \
class="MsoNormal"><u>Details Error Message <u></u><u></u></u></p><p \
class="MsoNormal">Qt v4.8.1 Desktop edition is being used.<u></u><u></u></p><p \
class="MsoNormal">


Qt is licensed to Denis Goh.<u></u><u></u></p><p class="MsoNormal">SIP 4.13.2 is \
being used.<u></u><u></u></p><p class="MsoNormal">The Qt header files are in \
S:\tools\qt\4.8.1\windows64\include.<u></u><u></u></p><p class="MsoNormal">


The shared Qt libraries are in S:\tools\qt\4.8.1\windows64\lib.<u></u><u></u></p><p \
class="MsoNormal">The Qt binaries are in \
S:\tools\qt\4.8.1\windows64\bin.<u></u><u></u></p><p class="MsoNormal">The Qt mkspecs \
directory is in S:\tools\qt\4.8.1\windows64.<u></u><u></u></p>


<p class="MsoNormal">These PyQt modules will be built: QtCore, QtGui, QtHelp, \
QtMultimedia,<u></u><u></u></p><p class="MsoNormal">QtNetwork, QtDeclarative, \
QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg,<u></u><u></u></p>


<p class="MsoNormal">QtTest, QtWebKit, QtXml, QtXmlPatterns, phonon, QtDesigner, \
QAxContainer.<u></u><u></u></p><p class="MsoNormal">The PyQt Python package will be \
installed in<u></u><u></u></p><p \
class="MsoNormal">s:\tools\pyqt\4.9.1\windows64\lib\python2.7\site-packages.<u></u><u></u></p>



<p class="MsoNormal">PyQt is being built with generated \
docstrings.<u></u><u></u></p><p class="MsoNormal">The Designer plugin will be \
installed in<u></u><u></u></p><p \
class="MsoNormal">S:\tools\qt\4.8.1\windows64\plugins\designer.<u></u><u></u></p>


<p class="MsoNormal">The PyQt .sip files will be installed in<u></u><u></u></p><p \
class="MsoNormal">s:\tools\pyqt\4.9.1\windows64\share\sip.<u></u><u></u></p><p \
class="MsoNormal">pyuic4, pyrcc4 and pylupdate4 will be installed \
in<u></u><u></u></p>


<p class="MsoNormal">s:\tools\pyqt\4.9.1\windows64\bin.<u></u><u></u></p><p \
class="MsoNormal">Generating the C++ source for the QtCore \
module...<u></u><u></u></p><p \
class="MsoNormal">&quot;S:\tools\share\python\2.7.1\windows64\sip&quot; -w -o -x \
VendorID -t WS_WIN -x PyQt_<u></u><u></u></p>


<p class="MsoNormal">OpenSSL -x PyQt_NoPrintRangeBug -t Qt_4_8_1 -x Py_v3 -g -a \
QtCore.api -c S:\tool<u></u><u></u></p><p \
class="MsoNormal">s\pyqt\4.9.1\PyQt-win-commercial-4.9.1\QtCore -b QtCore\QtCore.sbf \
-I S:\tools\p<u></u><u></u></p>


<p class="MsoNormal">yqt\4.9.1\PyQt-win-commercial-4.9.1\sip \
S:\tools\pyqt\4.9.1\PyQt-win-commercial-<u></u><u></u></p><p \
class="MsoNormal">4.9.1/sip/QtCore/QtCoremod.sip<u></u><u></u></p><p \
class="MsoNormal">Creating the Makefile for the QtCore module...<u></u><u></u></p>


<p class="MsoNormal">Generating the C++ source for the QtDeclarative \
module...<u></u><u></u></p><p \
class="MsoNormal">&quot;S:\tools\share\python\2.7.1\windows64\sip&quot; -w -o -x \
VendorID -t WS_WIN -x PyQt_<u></u><u></u></p>


<p class="MsoNormal">OpenSSL -x PyQt_NoPrintRangeBug -t Qt_4_8_1 -x Py_v3 -g -a \
QtDeclarative.api -c<u></u><u></u></p><p \
class="MsoNormal">S:\tools\pyqt\4.9.1\PyQt-win-commercial-4.9.1\QtDeclarative -b \
QtDeclarative\QtD<u></u><u></u></p>


<p class="MsoNormal">eclarative.sbf -I \
S:\tools\pyqt\4.9.1\PyQt-win-commercial-4.9.1\sip S:\tools\pyq<u></u><u></u></p><p \
class="MsoNormal">t\4.9.1\PyQt-win-commercial-4.9.1/sip/QtDeclarative/QtDeclarativemod.sip<u></u><u></u></p>



<p class="MsoNormal"><span style="color:red">sip: __or__() unsupported function \
return type - provide %MethodCode and a C++ signature Error: Unable to create the C++ \
code.<u></u><u></u></span></p><p class="MsoNormal"><u></u> <u></u></p>


<p class="MsoNormal"><u></u> <u></u></p></div><br><hr><font face="Arial" \
color="Black">Confidentiality Notice.<br> This message may contain information that \
is confidential or otherwise protected from disclosure. If you are not the intended \
recipient, you are hereby notified that any use, disclosure, dissemination, \
distribution, or copying of this message, or any attachments,  is strictly \
prohibited. If you have received this message in error, please advise the sender by \
reply e-mail, and delete the message and any attachments. Thank \
you.<br></font></div></div></div></div></span></div> \
<br>_______________________________________________<br> PyQt mailing list    <a \
href="mailto:PyQt@riverbankcomputing.com" \
target="_blank">PyQt@riverbankcomputing.com</a><br> <a \
href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" \
target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br><br \
clear="all"><div><br></div>-- <br>&quot;Attention, attention. Here and now, \
boys,&quot; the mynah repeated. &quot;Here and now, boys.&quot;<br>



</div>



_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic