Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 696 by jpshfranco: Robot IDE fails to start
http://code.google.com/p/robotframework/issues/detail?id=696
Hi,
I'm using Windows XP Professional, with versions:
Robot Framework 2.5 (Jython 2.5.2b1 on java1.6.0_20)
Robot Framework 2.5 (Python 2.7 on win32)
I started to getting this error when I execute ride.py:
Traceback (most recent call last):
File "D:\Programas\Python27\Scripts\ride.py", line 22, in <module>
main(sys.argv[1:])
File "D:\Programas\Python27\lib\site-packages\robotide\__init__.py", line
48, in main
_run(*args)
File "D:\Programas\Python27\lib\site-packages\robotide\__init__.py", line
56, in _run
from robotide.application import RIDE
File "D:\Programas\Python27\lib\site-packages\robotide\application\__init__.py",
line 15, in <module>
from application import RIDE, ChiefController
File "D:\Programas\Python27\lib\site-packages\robotide\application\application.py",
line 20, in <module>
from robotide.namespace import Namespace
File "D:\Programas\Python27\lib\site-packages\robotide\namespace\__init__.py",
line 15, in <module>
from namespace import Namespace
File "D:\Programas\Python27\lib\site-packages\robotide\namespace\namespace.py",
line 26, in <module>
from robotide.namespace.cache import LibraryCache, ExpiringCache
File "D:\Programas\Python27\lib\site-packages\robotide\namespace\cache.py",
line 18, in <module>
from robotide.context import SETTINGS
File "D:\Programas\Python27\lib\site-packages\robotide\context\__init__.py",
line 42, in <module>
SETTINGS = RideSettings()
File "D:\Programas\Python27\lib\site-packages\robotide\context\__init__.py",
line 32, in __init__
user_path = initialize_settings('ride', default_path)
File "D:\Programas\Python27\lib\site-packages\robotide\context\settings.py",
line 46, in initialize_settings
_merge_settings(source_path, settings_path)
File "D:\Programas\Python27\lib\site-packages\robotide\context\settings.py",
line 53, in _merge_settings
settings.merge(ConfigObj(user_path, unrepr=True))
File "D:\Programas\Python27\lib\site-packages\robotide\context\configobj.py",
line 1214, in __init__
self._load(infile, configspec)
File "D:\Programas\Python27\lib\site-packages\robotide\context\configobj.py",
line 1297, in _load
raise error
robotide.context.configobj.ConfigObjError: Parsing failed with several
errors.
First error at line 35.
Apparently there were no changes made by me, at least that I've noticed,
that could cause this error.
I've already uninstall/install all software components related to the
framework, but I always get the same error message when I try to run RIDE.
Do you have a clue of what can be wrong?
Any support is needed.
Thank you in advance.