Re: python2 and qt

2001-07-16 Thread Brendan O'Connor
> So do i have to build pyqt against python-2.x? Probably, and you may have to much around in debian/rules or other files. I had this same experience with getting wxPython for python2, but I just copied the entire /usr/lib/python1.5/wxPython directory into /usr/local/lib/python2.0/site-package

Re: python2 and qt

2001-07-16 Thread Bruce Sass
Yes. I've built sip and PyQt (2.5pre stuff) in /usr/local against Debian's Python-1.5.2 and 2.0.1, and 2.1 in /usr/local... in all cases, I used "--with-python=" in the "./configure ..." command and everything just worked. - Bruce -- On Sun, 15 Jul 2001, Sergio E. Schvezov wrote: > sorry for n

Re: python2 and qt

2001-07-15 Thread Sergio E. Schvezov
sorry for not saying i have Sid, I've installed that package and can import it with no problems with python (from python-base), but not with python2 (python2-base) So do i have to build pyqt against python-2.x? TIA * Bruce Sass ([EMAIL PROTECTED]) wrote: > On Sun, 15 Jul 2001, Sergio E. Schvezov w

Re: python2 and qt

2001-07-15 Thread Bruce Sass
On Sun, 15 Jul 2001, Sergio E. Schvezov wrote: > hi, simple q, maybe hard answer, here goes: > how can i work with python2 and qt in debian? Right now, for "stable"... build PyQt and Python-2.x yourself. Sid has python-pyqt, built against Python-1.5.2. - Bruce