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 h...@urpla.net wrote: On Sunday 07 August 2011, 15:29:59 Vipul Raheja wrote: Hi, Thanks for your replies, Pete

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 directly

Re: [PyQt] Help needed with SIP

2011-08-07 Thread Phil Thompson
On Sun, 7 Aug 2011 02:58:05 +0530, Vipul Raheja vipul.ii...@gmail.com 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

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

Re: [PyQt] Help needed with SIP

2011-08-06 Thread Phil Thompson
On Sat, 6 Aug 2011 20:45:19 +0530, Vipul Raheja vipul.ii...@gmail.com 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

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

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