Am Donnerstag, 1. September 2005 22:56 schrieb Torsten Marek: > 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 [email protected] > >>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
These will be fixed in the next snapshot. Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
