[PyKDE] ANN: New Releases of PyQt, PyKDE, SIP and QScintilla

Torsten Marek shlomme at gmx.net
Thu Sep 1 21:56:46 BST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Detlev Offenbach schrieb:
> Am Dienstag, 30. August 2005 21:32 schrieb Phil Thompson:
> 
>>The following have been released and are available at the usual place...
>>
>>PyQt v3.15
>>PyKDE-snapshot20050829
>>SIP v4.3
>>QScintilla v1.6
>>
>>Most of the work has been under the covers - supporting Python's cyclic
>>garbage collector in particular.
>>
>>The PyKDE snapshot is a hacked version done by me to fix incompatibilities
>>with the latest SIP. Any breakage is my fault, not Jim's.
>>
>>Phil
>>
>>_______________________________________________
>>PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
>>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
> 
> 
> I have uploaded a compatibility update of eric3 3.7.x. It is version 3.7.2-rc1 
> and may be found in the eric3 snapshots areas. Once it has been more widely 
> tested, it will be released as 3.7.2 via sourceforge. Please note, that 3.7.1 
> and earlier versions will not work with PyQt 3.15.
> 

Hi Detlev,

while creating the Debian package for it, I've found some problems in this release:

* install.py checks a config dictionary for correct length, but configLength
should be 13 rather than 12
* the default geometry value lists for (at least) TaskViewer and TemplateViewer
in Preferences/__init__.py are too short, they lack a boolean value at the end.
If there is no entry for either of this windows in .qt/eric3rc, the following
error will occur:

Traceback (most recent call last):
  File "/usr/share/eric/modules/eric3.py", line 136, in ?
    main()
  File "/usr/share/eric/modules/eric3.py", line 122, in main
    mw = UserInterface(loc, splash)
  File "/usr/share/eric/modules/UI/UserInterface.py", line 193, in __init__
    self.sizeLayout()
  File "/usr/share/eric/modules/UI/UserInterface.py", line 809, in sizeLayout
    self.taskViewer.setShown(g[4])
IndexError: list index out of range

and eric will refuse to start up.

If a boolean (or 1) is added, everything works as expected. The lines then read
likes this:

        "TaskViewer"     : [0,500,400,125, True],
        "TemplateViewer" : [405,500,200,200, True],


Apart from that, my shallow checks did not reveal any more bugs.

greetings

Torsten
- --
Torsten Marek <shlomme at gmx.net>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146  894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDF2sOfMVFHqJEyFgRAtpfAJ93/8tlfTcHPIhwTqakC9w2iyt1wgCeLLL5
eeoODWMlmlpnM8ZJg8RuKAw=
=kuHx
-----END PGP SIGNATURE-----




More information about the PyQt mailing list