Re: [PyQt] [SIP]MD5 openssl

2011-07-01 Thread Jarosław Białas
I accidentally send below message only to David, repostion to groups. On 01.07.2011 19:57, David Boddie wrote: On Wed Jun 29 10:38:07 BST 2011, Jarosław Białas wrote: Recently I tried to use my c++ library in Python using SIP. In SIP configuration file I added some extra libraries like QtGu

Re: [PyQt] [SIP]MD5 openssl

2011-07-01 Thread David Boddie
On Wed Jun 29 10:38:07 BST 2011, Jarosław Białas wrote: > Recently I tried to use my c++ library in Python using SIP. > In SIP configuration file I added some extra libraries like QtGui,fftw3 > and ssl. > Compilation and linking pass without any warnings or errors: > > g++ -c -pipe -fPIC -O2 -Wall

Re: [PyQt] [SIP]MD5 openssl

2011-07-01 Thread Jarosław Białas
Hello again, In the case that somebody want to help me with that problem, I attached some files. import os import sipconfig # The name of the SIP build file generated by SIP and used by the build # system. build_file = "md5test.sbf" # Get the SIP configuration information. config = sipconfig.C

[PyQt] [SIP]MD5 openssl

2011-06-29 Thread Jarosław Białas
Hello Recently I tried to use my c++ library in Python using SIP. In SIP configuration file I added some extra libraries like QtGui,fftw3 and ssl. Compilation and linking pass without any warnings or errors: g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o sipmd5testcm