Hi,
I'm experimenting some problems while tring to launch Eric6 on Ubuntu 14.10
environment. Is eric6 already supposed to kind of work ?
For now, I didn't build anything but just installed Qt5/Python3/pyqt5/QSci from
official Ubuntu repositories.
Here are the logs :
```
--------------------------------------------------------------------------------
2014-11-06, 11:58:24
--------------------------------------------------------------------------------
<class 'TypeError'>:
QsciLexerPython(QObject parent=None): argument 1 has unexpected type 'Shell'
--------------------------------------------------------------------------------
File
"/usr/lib/python3/dist-packages/eric5/DebugClients/Python3/DebugClient.py", line
38, in <module>
debugClient.main()
File
"/usr/lib/python3/dist-packages/eric5/DebugClients/Python3/DebugClientBase.py",
line 2149, in main
self.__interact()
File
"/usr/lib/python3/dist-packages/eric5/DebugClients/Python3/DebugClientBase.py",
line 1049, in __interact
self.eventLoop()
File
"/usr/lib/python3/dist-packages/eric5/DebugClients/Python3/DebugClientBase.py",
line 1077, in eventLoop
self.readReady(self.readstream.fileno())
File "/usr/lib/python3/dist-packages/eric5/DebugClients/Python3/AsyncIO.py",
line 65, in readReady
self.handleLine(s)
File
"/usr/lib/python3/dist-packages/eric5/DebugClients/Python3/DebugClientBase.py",
line 566, in handleLine
exec(code, self.debugMod.__dict__)
File "/home/davy/developpement/repos/public/git-hg/eric/eric6.py", line 326,
in <module>
main()
File "/home/davy/developpement/repos/public/git-hg/eric/eric6.py", line 323,
in main
raise err
File "/home/davy/developpement/repos/public/git-hg/eric/eric6.py", line 306,
in main
restartArgs)
File "/home/davy/developpement/repos/public/git-hg/eric/UI/UserInterface.py",
line 227, in __init__
self.__createLayout(debugServer)
File "/home/davy/developpement/repos/public/git-hg/eric/UI/UserInterface.py",
line 620, in __createLayout
self.__createSidebarsLayout(debugServer)
File "/home/davy/developpement/repos/public/git-hg/eric/UI/UserInterface.py",
line 853, in __createSidebarsLayout
ShellAssembly(debugServer, self.viewmanager, True)
File "/home/davy/developpement/repos/public/git-hg/eric/QScintilla/Shell.py",
line 48, in __init__
self.__shell = Shell(dbs, vm, self)
File "/home/davy/developpement/repos/public/git-hg/eric/QScintilla/Shell.py",
line 236, in __init__
self.__bindLexer()
File "/home/davy/developpement/repos/public/git-hg/eric/QScintilla/Shell.py",
line 308, in __bindLexer
self.lexer_ = Lexers.getLexer(self.language, self)
File
"/home/davy/developpement/repos/public/git-hg/eric/QScintilla/Lexers/__init__.py",
line 209, in getLexer
return LexerPython(language, parent)
File
"/home/davy/developpement/repos/public/git-hg/eric/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 @@VERSION@@ (rev. @@REVISION@@)
Platform: linux
3.4.2 (default, Oct 8 2014, 13:08:17)
[GCC 4.9.1]
--------------------------------------------------------------------------------
Distribution Info:
/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="xxxxwww.ubuntu.com/"
SUPPORT_URL="xxxxhelp.ubuntu.com/"
BUG_REPORT_URL="xxxxbugs.launchpad.net/ubuntu/"
/etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.10
DISTRIB_CODENAME=utopic
DISTRIB_DESCRIPTION="Ubuntu 14.10"
|