waldenner / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

robotide.context.configobj.ConfigObjError: Parsing failed with several errors. #559

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all, I am getting the following error, when i run the RIDE.

C:\Documents and Settings\mmuthusw>ride.py
Traceback (most recent call last):
  File "C:\Python26\Scripts\ride.py", line 22, in <module>
    main(sys.argv[1:])
  File "C:\Python26\lib\site-packages\robotide\__init__.py", line 46, in 
main
    _run(*args)
  File "C:\Python26\lib\site-packages\robotide\__init__.py", line 54, in 
_run
    from robotide.application import RIDE
  File "C:\Python26\lib\site-packages\robotide\application\__init__.py", 
line 15, in <module>
    from application import RIDE, DataModel
  File "C:\Python26\lib\site-packages\robotide\application\application.py", 
line 22, in <module>
    from robotide.namespace import Namespace
  File "C:\Python26\lib\site-packages\robotide\namespace\__init__.py", line 
15, in <module>
    from robotide import utils
  File "C:\Python26\lib\site-packages\robotide\utils\__init__.py", line 23, 
in <module>
    from components import RideHtmlWindow, PopupMenu, ButtonWithHandler
  File "C:\Python26\lib\site-packages\robotide\utils\components.py", line 
19, in <module>
    from robotide import context
  File "C:\Python26\lib\site-packages\robotide\context\__init__.py", line 
41, in <module>
    SETTINGS = RideSettings()
  File "C:\Python26\lib\site-packages\robotide\context\__init__.py", line 
31, in __init__
    user_path = initialize_settings('ride', default_path)
  File "C:\Python26\lib\site-packages\robotide\context\settings.py", line 
45, in initialize_settings
    _merge_settings(source_path, settings_path)
  File "C:\Python26\lib\site-packages\robotide\context\settings.py", line 
52, in _merge_settings
    settings.merge(ConfigObj(user_path, unrepr=True))
  File "C:\Python26\lib\site-packages\robotide\context\configobj.py", line 
1214, in __init__
    self._load(infile, configspec)
  File "C:\Python26\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 29.

Following were the steps taken by me,
1) Try uninstalling the RIDE, robot framework and finally the python and 
installed again.
2) Restarted the machine after uninstalling and after that installed again.
3) Cleared the registry files before re installing.
    But still getting the same error.

The software versions I installed  :
Python  - python-2.6.4.msi
                   wxPython2.8-win32-unicode-2.8.10.1-py26.exe
Robot Framework - robotframework-2.1.3.win32.exe
RIDE - robotide-0[1].21.1.win32.exe
             robotide-0[1].23.win32.exe (Tried both, but getting the same 
error)
As per the forum, the settings.cfg was not in present in the file system 
when i uninstalled the RIDE.

Can anyone please help me with this issue?

Thanks in advance..

Original issue reported on code.google.com by Meera.mu...@gmail.com on 24 May 2010 at 7:20

GoogleCodeExporter commented 9 years ago
This issue tracker is for issue related to Robot Framework itself. Could
you please submit this issue to RIDE's own tracker? You can find it from
http://code.google.com/p/robotframework-ride/issues/list

Original comment by pekka.klarck on 26 May 2010 at 11:25