[Eric] ANN: new eric4 snapshot
jul
j.vienne at libertysurf.fr
Tue Oct 10 20:16:29 BST 2006
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
===========================================================
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
===========================================================
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/ViewMan
>> ager.py", line 2315, in openFiles
>> self.openSourceFile(prog)
>> File
>> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/ViewMan
>> ager.py", line 2479, in openSourceFile
>> self._modificationStatusChanged(editor.isModified(), editor)
>> File
>> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/Tabview
>> .py", line 507, in _modificationStatusChanged
>> self._checkActions(editor)
>> File
>> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/ViewManager/ViewMan
>> ager.py", line 3791, in _checkActions
>> if editor.canAutoCompleteFromAPIs():
>> File
>> "/home/fabi/python2.5/lib/python2.5/site-packages/eric4/QScintilla/Editor.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
>>
>
>
More information about the Eric
mailing list