Should that also be necessary if I have it installed from debian packages? Because I have the same error from the version I got via debian testing. I think that should be handled by the pyQt4 postinstall script, personally.
On Sun, May 18, 2008 at 5:11 AM, Detlev Offenbach <[EMAIL PROTECTED]> wrote: > Hi, > > did you rebuild the QScintilla Python bindings after the PyQt4 update? That is > always required. If it is not done, the error observed by you appears. > > Regards, > Detlev > > On Freitag, 9. Mai 2008, Gustavo A. Díaz wrote: >> Hi! >> >> Seems that Latest snapshot of Eric4.2 does not work with latest packages of >> Qt4.4, PyQt4.4, sip and qscintilla, having this ouput: >> >> [EMAIL PROTECTED]:~/Descargas/Eric/eric4-4.2-snapshot-20080503$ eric4 >> Warning: translation file 'qscintilla_es_AR'could not be loaded. >> Using default. >> <class 'PyQt4.QtGui.QDockWidget'> >> An unhandled exception occurred. Please report the problem using the error >> reporting dialog or via email to <[EMAIL PROTECTED]>. A log has >> been written to "/home/gustavo/.eric4/eric4_error.log". >> >> Error information: >> --------------------------------------------------------------------------- >>----- 2008-05-09, 15:56:20 >> --------------------------------------------------------------------------- >>----- <type 'exceptions.TypeError'>: >> argument 1 of QsciScintilla() has an invalid type >> --------------------------------------------------------------------------- >>----- File "/usr/lib/python2.5/site-packages/eric4/eric4.py", line 243, in >> <module> >> main() >> File "/usr/lib/python2.5/site-packages/eric4/eric4.py", line 228, in main >> mainWindow = UserInterface(loc, splash, pluginFile) >> File "/usr/lib/python2.5/site-packages/eric4/UI/UserInterface.py", line >> 227, in __init__ >> self.__createLayout(debugServer) >> File "/usr/lib/python2.5/site-packages/eric4/UI/UserInterface.py", line >> 697, in __createLayout >> self.shell = Shell(debugServer, self.viewmanager, self.shellDock) >> File "/usr/lib/python2.5/site-packages/eric4/QScintilla/Shell.py", line >> 42, in __init__ >> QsciScintillaCompat.__init__(self, parent) >> File >> "/usr/lib/python2.5/site-packages/eric4/QScintilla/QsciScintillaCompat.py", >> line 53, in __init__ >> QsciScintilla.__init__(self, parent) >> >> --------------------------------------------------------------------------- >>----- Version Numbers: >> Python 2.5.2 >> Qt 4.4.0 >> PyQt4 4.4-snapshot-20080507 >> sip 4.7.5-snapshot-20080507 >> QScintilla 2.2.1-snapshot-20080309 >> eric4 4.2-snapshot-20080503 (r2148) >> >> Platform: linux2 >> 2.5.2 (r252:60911, May 7 2008, 15:19:09) >> [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] >> >> >> Cheers. >> >> 2008/5/4 Detlev Offenbach <[EMAIL PROTECTED]>: >> > Hi, >> > >> > I'd like to inform everybody about the immediate availability of a new >> > eric 4.2 snapshot. It fixes a few bugs and includes these changes. >> > >> > - added capability to the API generator to extract global variables >> > and class variables >> > - added double click action to the tabview viewmanager. Double clicking >> > the space right of the last tab opens a new editor. >> > - added indicator for the current editors encoding to the status bar >> > - changed compare and side-by-side compare dialogs to have the filename >> > of the current editor as the first file >> > - added hook support for plugins providing calltips >> > >> > In order to use the new alternative calltip support you must install the >> > latest snapshot of the rope plugin. >> > >> > Regards, >> > Detlev >> > -- >> > Detlev Offenbach >> > [EMAIL PROTECTED] >> > _______________________________________________ >> > PyQt mailing list [email protected] >> > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > > > -- > Detlev Offenbach > [EMAIL PROTECTED] > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
