FS#45756 - [eric] Eric6 ide crash

Attached to Project: Community Packages
Opened by Serge (Viterzgir) - Thursday, 23 July 2015, 19:29 GMT
Last edited by Evgeniy Alexeev (arcan1s) - Friday, 24 July 2015, 15:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evgeniy Alexeev (arcan1s)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Eric6 ide crash with following error: QsciScintilla(QWidget parent=None): argument 1 has unexpected type 'ShellAssembly'

Additional info:
<class 'TypeError'>:
QsciScintilla(QWidget parent=None): argument 1 has unexpected type 'ShellAssembly'
--------------------------------------------------------------------------------
File "/usr/lib/python3.4/site-packages/eric6/eric6.py", line 326, in <module>
main()
File "/usr/lib/python3.4/site-packages/eric6/eric6.py", line 323, in main
raise err
File "/usr/lib/python3.4/site-packages/eric6/eric6.py", line 306, in main
restartArgs)
File "/usr/lib/python3.4/site-packages/eric6/UI/UserInterface.py", line 227, in __init__
self.__createLayout(debugServer)
File "/usr/lib/python3.4/site-packages/eric6/UI/UserInterface.py", line 620, in __createLayout
self.__createSidebarsLayout(debugServer)
File "/usr/lib/python3.4/site-packages/eric6/UI/UserInterface.py", line 853, in __createSidebarsLayout
ShellAssembly(debugServer, self.viewmanager, True)
File "/usr/lib/python3.4/site-packages/eric6/QScintilla/Shell.py", line 48, in __init__
self.__shell = Shell(dbs, vm, self)
File "/usr/lib/python3.4/site-packages/eric6/QScintilla/Shell.py", line 104, in __init__
super(Shell, self).__init__(parent)
File "/usr/lib/python3.4/site-packages/eric6/QScintilla/QsciScintillaCompat.py", line 64, in __init__
super(QsciScintillaCompat, self).__init__(parent)

--------------------------------------------------------------------------------
Version Numbers:
Python 3.4.3
Qt 5.5.0
PyQt 5.5
sip 4.16.8
QScintilla 2.9
WebKit 538.1
eric6 6.0.7 (rev. 0089a69e3b56)


Steps to reproduce:
This task depends upon

Closed by  Evgeniy Alexeev (arcan1s)
Friday, 24 July 2015, 15:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed with qscintilla-2.9-2
Comment by Evgeniy Alexeev (arcan1s) - Friday, 24 July 2015, 14:52 GMT
this crash seems to be related to qscintila and caused by the latest qt5 component upgrades

Loading...