Instead of fixing an issue, it seems that last changes created one, at least in
my environment :
2014-11-17, 15:41:43
--------------------------------------------------------------------------------
<class 'AttributeError'>:
'tuple' object has no attribute 'split'
--------------------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/eric6/eric6.py", line 326, in <module>
main()
File "/usr/lib/python3/dist-packages/eric6/eric6.py", line 323, in main
raise err
File "/usr/lib/python3/dist-packages/eric6/eric6.py", line 306, in main
restartArgs)
File "/usr/lib/python3/dist-packages/eric6/UI/UserInterface.py", line 204, in
__init__
debugServer = DebugServer()
File "/usr/lib/python3/dist-packages/eric6/Debugger/DebugServer.py", line 233,
in __init__
self.__registerDebuggerInterfaces()
File "/usr/lib/python3/dist-packages/eric6/Debugger/DebugServer.py", line 299,
in __registerDebuggerInterfaces
mod.getRegistryData()
File
"/usr/lib/python3/dist-packages/eric6/Debugger/DebuggerInterfacePython.py", line
43, in getRegistryData
for ext in Preferences.getDebugger("PythonExtensions").split():
--------------------------------------------------------------------------------
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"
/etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.10
DISTRIB_CODENAME=utopic
DISTRIB_DESCRIPTION="Ubuntu 14.10"
|