[PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Shriramana Sharma
I'm trying to build PyQt5 for Py3 on Kubuntu Raring. However I got the error that Sip was not found: This is the GPL version of PyQt 5.0 (licensed under the GNU General Public License) for Python 3.3.1 on linux. ... Found the license file pyqt-gpl.sip. Error: Make sure you have a working sip on

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Phil Thompson
On Tue, 25 Jun 2013 20:16:35 +0530, Shriramana Sharma samj...@gmail.com wrote: I'm trying to build PyQt5 for Py3 on Kubuntu Raring. However I got the error that Sip was not found: This is the GPL version of PyQt 5.0 (licensed under the GNU General Public License) for Python 3.3.1 on linux.

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Shriramana Sharma
On Tue, Jun 25, 2013 at 8:19 PM, Phil Thompson p...@riverbankcomputing.com wrote: The code generator is the same for all Python versions. Hi thanks for this quick [as always! :-)] reply! So then it seems to me that the packaging should be changed. Currently the sip4 source package

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Phil Thompson
On Tue, 25 Jun 2013 20:46:57 +0530, Shriramana Sharma samj...@gmail.com wrote: On Tue, Jun 25, 2013 at 8:19 PM, Phil Thompson p...@riverbankcomputing.com wrote: The code generator is the same for all Python versions. Hi thanks for this quick [as always! :-)] reply! So then it seems to me

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Scott Kitterman
Phil Thompson p...@riverbankcomputing.com wrote: On Tue, 25 Jun 2013 20:46:57 +0530, Shriramana Sharma samj...@gmail.com wrote: On Tue, Jun 25, 2013 at 8:19 PM, Phil Thompson p...@riverbankcomputing.com wrote: The code generator is the same for all Python versions. Hi thanks for this

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Shriramana Sharma
On Tue, Jun 25, 2013 at 9:09 PM, Scott Kitterman deb...@kitterman.com wrote: I'll take a look at it. Scott thank you very much! Please do so. RIght now I'm having to install python-sip-dev for developing Python3 bindings despite the presence of a python3-sip-dev which doesn't seem appropriate

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Dmitry Shachnev
Yes, /usr/bin/sip is in python-sip-dev package. Maybe it will make sense to move it into a separate package, but I don't see much need in that. -- Dmitry Shachnev On 6/25/13, Shriramana Sharma samj...@gmail.com wrote: On Tue, Jun 25, 2013 at 9:09 PM, Scott Kitterman deb...@kitterman.com wrote:

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Shriramana Sharma
On Tue, Jun 25, 2013 at 10:47 PM, Dmitry Shachnev mity...@ubuntu.com wrote: Yes, /usr/bin/sip is in python-sip-dev package. Maybe it will make sense to move it into a separate package, but I don't see much need in that. Well somehow I don't feel comfortable having to install a Py2 package to