Comment 6 for bug 1391056

Revision history for this message
Gustavo A. Díaz (gdiaz) wrote :

After compile Pyqt5.Qsci from source (as Davy39 suggested) still I can't run Eric IDE (v6):

Error information:
--------------------------------------------------------------------------------
2015-01-06, 13:39:17
--------------------------------------------------------------------------------
<class 'TypeError'>:
QsciLexerPython(QObject parent=None): argument 1 has unexpected type 'Shell'
--------------------------------------------------------------------------------
  File "/usr/lib/python3/dist-packages/eric6/eric6.py", line 327, in <module>
    main()
  File "/usr/lib/python3/dist-packages/eric6/eric6.py", line 324, in main
    raise err
  File "/usr/lib/python3/dist-packages/eric6/eric6.py", line 307, in main
    restartArgs)
  File "/usr/lib/python3/dist-packages/eric6/UI/UserInterface.py", line 227, in __init__
    self.__createLayout(debugServer)
  File "/usr/lib/python3/dist-packages/eric6/UI/UserInterface.py", line 620, in __createLayout
    self.__createSidebarsLayout(debugServer)
  File "/usr/lib/python3/dist-packages/eric6/UI/UserInterface.py", line 853, in __createSidebarsLayout
    ShellAssembly(debugServer, self.viewmanager, True)
  File "/usr/lib/python3/dist-packages/eric6/QScintilla/Shell.py", line 48, in __init__
    self.__shell = Shell(dbs, vm, self)
  File "/usr/lib/python3/dist-packages/eric6/QScintilla/Shell.py", line 236, in __init__
    self.__bindLexer()
  File "/usr/lib/python3/dist-packages/eric6/QScintilla/Shell.py", line 308, in __bindLexer
    self.lexer_ = Lexers.getLexer(self.language, self)
  File "/usr/lib/python3/dist-packages/eric6/QScintilla/Lexers/__init__.py", line 209, in getLexer
    return LexerPython(language, parent)
  File "/usr/lib/python3/dist-packages/eric6/QScintilla/Lexers/LexerPython.py", line 31, in __init__
    QsciLexerPython.__init__(self, parent)

--------------------------------------------------------------------------------
Version Numbers:
  Python 3.4.2
  Qt 5.3.0
  PyQt5 5.3.2
  sip 4.16.3
  QScintilla 2.8.3
  WebKit 538.1
  eric6 6.0.0 (rev. 0d50185d365b)

Platform: linux
3.4.2 (default, Oct 8 2014, 13:08:17)
[GCC 4.9.1]
--------------------------------------------------------------------------------
Distribution Info:
  /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.10
  DISTRIB_CODENAME=utopic
  DISTRIB_DESCRIPTION="Ubuntu 14.10"

  /etc/os-release
  NAME="Ubuntu"
  VERSION="14.10 (Utopic Unicorn)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 14.10"
  VERSION_ID="14.10"
  HOME_URL="http://www.ubuntu.com/"
  SUPPORT_URL="http://help.ubuntu.com/"
  BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"