[Eric] ANN: new eric4 snapshot

Detlev Offenbach detlev at die-offenbachs.de
Wed Oct 11 17:35:06 BST 2006


On Tuesday 10 October 2006 21:16, jul wrote:
> Hi,
> I have the same error here when opening new file. But it should also be
> corrected.
> ===========================================================
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.4/site-packages/eric4/ViewManager/ViewManager.py",
> line 2816, in newEditor
>     self._checkActions(editor)
>   File
> "/usr/lib/python2.4/site-packages/eric4/ViewManager/ViewManager.py",
> line 3791, in _checkActions
>     if editor.canAutoCompleteFromAPIs():
>   File "/usr/lib/python2.4/site-packages/eric4/QScintilla/Editor.py",
> line 2394, in canAutoCompleteFromAPIs
>     return self.acAPI
> AttributeError: acAPI

That has been fixed and will be in the next snapshot.

> ===========================================================
> However, here is another one when checking for updates :
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/eric4/UI/UserInterface.py",
> line 3945, in __versionsDownloadDone
>     0, -1)
>   File "/usr/lib/python2.4/site-packages/eric4/KdeQt/KQMessageBox.py",
> line 339, in information
>     defaultButton, escapeButton)
>   File "/usr/lib/python2.4/site-packages/eric4/KdeQt/KQMessageBox.py",
> line 253, in __qtInformation
>     text, button0Text, button1Text, button2Text, defaultButton,
> escapeButton)
>   File "/usr/lib/python2.4/site-packages/eric4/KdeQt/KQMessageBox.py",
> line 198, in __qtCreateMessageDialog
>     msgBox = QMessageBox(icon, caption, text, parent = parent)
> TypeError: keyword arguments are not supported
> ===========================================================

Fix will be in the next snapshot.

> Regards,
> ++
> Jul.
>
> Detlev Offenbach a écrit :
> > Thanks. Will be fixed in the next snapshot.
> >
> > Detlev
> >
> > On Monday 09 October 2006 20:30, Fabian Steiner wrote:
> >> Detlev Offenbach wrote:
> >>> Hi,
> >>>
> >>> I have just uploaded a new snapshot of eric4 that contains changes to
> >>> make it work with the latest QScintilla2 snapshots (20061006 or newer).
> >>> Please note, that this eric4 snapshot does not work with older
> >>> QScintilla2 snapshots.
> >>>
> >>> It might also work with Qt 4.2.0 but that hasn't been tested yet.
> >>> Feedback is highly appreciated.
> >>
> >> Your changes seem to work for me as far as I can see. However, when I
> >> tried to open a source file I got the following attribute error:
> >>
> >> Traceback (most recent call last):
> >>   File
> >> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/View
> >>Man ager.py", line 2315, in openFiles
> >>     self.openSourceFile(prog)
> >>   File
> >> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/View
> >>Man ager.py", line 2479, in openSourceFile
> >>     self._modificationStatusChanged(editor.isModified(), editor)
> >>   File
> >> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/Tabv
> >>iew .py", line 507, in _modificationStatusChanged
> >>     self._checkActions(editor)
> >>   File
> >> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/View
> >>Man ager.py", line 3791, in _checkActions
> >>     if editor.canAutoCompleteFromAPIs():
> >>   File
> >> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/QScintilla/Edito
> >>r.p y", line 2394, in canAutoCompleteFromAPIs
> >>     return self.acAPI
> >> AttributeError: acAPI
> >>
> >>
> >> The attachted small fix seems to solve the problem for me - I hope it is
> >> alright and doesn't break anything else since I am not really familiar
> >> with eric development.
> >>
> >> Fabian Steiner

-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the Eric mailing list