Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

PyQt in experimental

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Lavene
Site admin
Site admin
Posts: 4958
Joined: 2006-01-04 04:26
Location: Oslo, Norway

PyQt in experimental

#1 Post by Lavene »

Anyone using PyQt4 from experimental? I need version 4.1 but I'm hesitant to install it...

Rats!! For the first time the loooong freeze in Etch really irritates me... :evil:

Tina

thamarok

#2 Post by thamarok »

Don't worry, because Thamarok is back in the game :P

Now I installed PyQT4 from Experimental..

Code: Select all

Cutie:~# apt-get -t experimental install python-qt4
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  python-elementtree python-sip4
The following NEW packages will be installed:
  python-elementtree python-qt4 python-sip4
0 upgraded, 3 newly installed, 0 to remove and 120 not upgraded.
Need to get 1924kB of archives.
After unpacking 8769kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ftp.debian.org etch/main python-elementtree 1.2.6-10 [30.0kB]
Get:2 http://ftp.debian.org experimental/main python-sip4 4.5.2-1 [84.3kB]
Get:3 http://ftp.debian.org experimental/main python-qt4 4.1.1-1 [1809kB]
Fetched 1924kB in 57s (33.4kB/s)
Selecting previously deselected package python-elementtree.
(Reading database ... 166581 files and directories currently installed.)
Unpacking python-elementtree (from .../python-elementtree_1.2.6-10_all.deb) ...
Selecting previously deselected package python-sip4.
Unpacking python-sip4 (from .../python-sip4_4.5.2-1_i386.deb) ...
Selecting previously deselected package python-qt4.
Unpacking python-qt4 (from .../python-qt4_4.1.1-1_i386.deb) ...
Setting up python-elementtree (1.2.6-10) ...

Setting up python-sip4 (4.5.2-1) ...

Setting up python-qt4 (4.1.1-1) ...
I am going to test it with some example sources and post the results here.. :P

thamarok

#3 Post by thamarok »

No problems so far.. I tried to create simple and complex GUIs and everything worked wonderfully with PyQT4.. My advice is to try it out, because incase it wouldn't work, you can downgrade it easily as it doesn't depend heavily on something.. :)

Lavene
Site admin
Site admin
Posts: 4958
Joined: 2006-01-04 04:26
Location: Oslo, Norway

#4 Post by Lavene »

Great, thanks :)
I'll give it a go and we'll see.

But it is a real problem. According to bug #397551 Etch will be released with v4.0.1 so if you write an application using the new features in 4.1 (setOpenExternalLinks in my case) it will not run on Debian Stable systems. And v4.1 was released on 4 November 2006... that makes 4.0, which is a programming tool, pretty much obsolete IMHO.

Tina

thamarok

#5 Post by thamarok »

I usually don't say this, but Etch is going to be like Edgy; a fiasko :(

Lavene
Site admin
Site admin
Posts: 4958
Joined: 2006-01-04 04:26
Location: Oslo, Norway

#6 Post by Lavene »

thamarok wrote:I usually don't say this, but Etch is going to be like Edgy; a fiasko :(
Naw... I don't think so. It will be business as usual, just like when Sarge went stable. The servers (of which there are *a lot*) will be upgraded to Etc while the average desktop user will stick with testing and hoping that things will be better when Lenny goes stable... which is unlikely... and the cycle will repeat it self. :)

Tina

thamarok

#7 Post by thamarok »

Just jump in the same wagon as I, Sid/Experimental :)
Wow.. it's not even a week since I started to usee Linux again and I am already hunting bugs in development branches :oops:

Lavene
Site admin
Site admin
Posts: 4958
Joined: 2006-01-04 04:26
Location: Oslo, Norway

#8 Post by Lavene »

thamarok wrote:No problems so far.. I tried to create simple and complex GUIs and everything worked wonderfully with PyQT4.. My advice is to try it out, because incase it wouldn't work, you can downgrade it easily as it doesn't depend heavily on something.. :)
Seem to work OK so far :)

Post Reply