Re: [PyQt] Help needed with SIP

2011-08-10 Thread Vipul Raheja
I solved it, I was missing linking the ossimPlanetQt library in makefile.extra_libs in config.py file. Thanks for your replies. On Tue, Aug 9, 2011 at 4:59 PM, Hans-Peter Jansen wrote: > On Sunday 07 August 2011, 15:29:59 Vipul Raheja wrote: > > Hi, > > > > Thanks for your replies, Pete and Phil

Re: [PyQt] Help needed with SIP

2011-08-09 Thread Hans-Peter Jansen
On Sunday 07 August 2011, 15:29:59 Vipul Raheja wrote: > Hi, > > Thanks for your replies, Pete and Phil, I was able to fix the issues > and build PyQt on my system by doing a few rebuilds with changes in > them. I had earlier installed sip and PyQt using apt-get, but later I > did the same by direc

Re: [PyQt] Help needed with SIP

2011-08-07 Thread Vipul Raheja
Hi, Thanks for your replies, Pete and Phil, I was able to fix the issues and build PyQt on my system by doing a few rebuilds with changes in them. I had earlier installed sip and PyQt using apt-get, but later I did the same by directly building the sources, and it worked. However, now I am facing

Re: [PyQt] Help needed with SIP

2011-08-07 Thread Phil Thompson
On Sun, 7 Aug 2011 02:58:05 +0530, Vipul Raheja wrote: > Hi, > > Thanks for your reply Phil. > > I had earlier installed SIP and PyQt4 through apt-get in Ubuntu, but was > still getting the same problem since there was no QtGuimod.sip file present > on my system. I removed them and tried install

Re: [PyQt] Help needed with SIP

2011-08-06 Thread Hans-Peter Jansen
On Saturday 06 August 2011, 23:28:05 Vipul Raheja wrote: > Hi, > > Thanks for your reply Phil. > > I had earlier installed SIP and PyQt4 through apt-get in Ubuntu, but > was still getting the same problem since there was no QtGuimod.sip > file present on my system. Probably, your local sip/PyQt ma

Re: [PyQt] Help needed with SIP

2011-08-06 Thread Vipul Raheja
Hi, Thanks for your reply Phil. I had earlier installed SIP and PyQt4 through apt-get in Ubuntu, but was still getting the same problem since there was no QtGuimod.sip file present on my system. I removed them and tried installing SIP and PyQt4 again from their sources. I am getting the following

Re: [PyQt] Help needed with SIP

2011-08-06 Thread Phil Thompson
On Sat, 6 Aug 2011 20:45:19 +0530, Vipul Raheja wrote: > Hi all, > > I am trying to wrap the Qt module of OSSIM, an image-processing tool. I was > just beginning to dive into the wrapping process and created a .sip file to > wrap a class, ossimPlanetQtAboutDialog. But I am getting the following >

[PyQt] Help needed with SIP

2011-08-06 Thread Vipul Raheja
Hi all, I am trying to wrap the Qt module of OSSIM, an image-processing tool. I was just beginning to dive into the wrapping process and created a .sip file to wrap a class, ossimPlanetQtAboutDialog. But I am getting the following error on executing the sip command: vipul@vipul-laptop:~/ossim-svn

[PyQt] help needed with SIP

2009-04-25 Thread Hazen Babcock
Hello, I'm trying to use SIP to wrap a Qt widget provided by the PLplot plotting library. The Qt widget driver library is located here: /usr/local/lib/plplot5.9.2/driversd/qt.so The plplot library itself is located here: /usr/local/lib/libplplotd.so And the header file for qt.so in here: /usr