[PyKDE] Error running Eric3

Detlev Offenbach detlev at die-offenbachs.de
Fri Sep 2 17:11:27 BST 2005


Am Freitag, 2. September 2005 11:50 schrieb Jean-Yves Avenard:
> Dear all.
>
> I have to admit I'm very new to PyQt and Eric3.
>
> I am running Linux RedHat 9.
> I installed python2.4, qt-mt, PyQt, QScintilla, sip-4.3 as described in
> the README file in Eric3.
> Then installed eric3.
>
> When I just run eric3 it gets to display the logo, then dies with the
> following errors (attached at the bottom of the email).
>
> Google and other search engines haven't returned any useful help.
>
> Any suggestions, help?
> Thank you in advance
> Kind Regards
> Jean-Yves
>
> [avenardj at pctest avenardj]$ eric3
> Warning: translation file 'qt_en_AU.UTF-8'could not be loaded.
> Using default.
> Warning: translation file 'eric3_en_AU.UTF-8'could not be loaded.
> Using default.
> Warning: translation file 'qscintilla_en_AU.UTF-8'could not be loaded.
> Using default.
> QObject::connect: No such signal
> QListView::doubleClicked(QListViewItem*,const QPoint&,int)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> QObject::connect: No such signal
> QListView::doubleClicked(QListViewItem*,const QPoint&,int)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/eric3/eric3.py", line 123, in ?
>     main()
>   File "/usr/lib/python2.4/site-packages/eric3/eric3.py", line 109, in
> main
>     mw = UserInterface(loc, splash)
>   File "/usr/lib/python2.4/site-packages/eric3/UI/UserInterface.py",
> line 189, in __init__
>     self.createLayout(dbs)
>   File "/usr/lib/python2.4/site-packages/eric3/UI/UserInterface.py",
> line 583, in createLayout
>     self.taskViewer = TaskViewer(self.taskViewerDock, self.project)
>   File "/usr/lib/python2.4/site-packages/eric3/UI/TaskViewer.py", line
> 183, in __init__
>     self.setSortColumn(2)

Change this line to read
	self.setSorting(2)

This will be fixed in the next release. Please be aware, that eric3 3.7.1 and 
earlier will not work with PyQt 3.15.

> AttributeError: setSortColumn
> [avenardj at pctest avenardj]$
>
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list